aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 403fcf7..377c87b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -19,7 +19,7 @@ if (CCTK_Equals (timestep_method, "courant_static"))
}
else if (CCTK_Equals (timestep_method, "courant_speed"))
{
- schedule Time_Simple at CCTK_BASEGRID after SpatialCoordinates
+ schedule Time_Courant at CCTK_BASEGRID after SpatialCoordinates
{
LANG: C
OPTIONS: singlemap