aboutsummaryrefslogtreecommitdiff
path: root/src/Courant.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Courant.c')
-rw-r--r--src/Courant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Courant.c b/src/Courant.c
index ba6587e..577a2a6 100644
--- a/src/Courant.c
+++ b/src/Courant.c
@@ -74,7 +74,7 @@ void Time_Courant(CCTK_ARGUMENTS)
cctkGH->cctk_delta_time = *courant_dt;
if (verbose)
{
- CCTK_VInfo(CCTK_THORNSTRING,"Time step set to %g",cctkGH->cctk_delta_time);
+ CCTK_VInfo(CCTK_THORNSTRING,"Time step set to %g",CCTK_DELTA_TIME);
}
}
else