aboutsummaryrefslogtreecommitdiff
path: root/src/Simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Simple.c')
-rw-r--r--src/Simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Simple.c b/src/Simple.c
index 39c049c..af22128 100644
--- a/src/Simple.c
+++ b/src/Simple.c
@@ -63,7 +63,7 @@ void Time_Simple(CCTK_ARGUMENTS)
}
CCTK_VInfo(CCTK_THORNSTRING,
- "Timestep set to %f (Simple Courant)",cctkGH->cctk_delta_time);
+ "Timestep set to %g (courant_static)",cctkGH->cctk_delta_time);
}