aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9919078..84b646f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,7 +3,7 @@
if (CCTK_Equals(courant_method,"standard"))
{
- schedule Time_Simple at CCTK_BASEGRID after CartGrid3D
+ schedule Time_Simple at CCTK_BASEGRID after SpatialCoordinates
{
LANG: C
} "Set timestep based on Courant condition"
@@ -11,7 +11,7 @@ if (CCTK_Equals(courant_method,"standard"))
if (CCTK_Equals(courant_method,"courant") || CCTK_Equals(courant_method,"courant_time"))
{
- schedule Time_Simple at CCTK_BASEGRID after CartGrid3D
+ schedule Time_Simple at CCTK_BASEGRID after SpatialCoordinates
{
LANG: C
} "Set timestep based on Courant condition"