aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schedule.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index c5c9190..388985e 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,7 +3,12 @@
STORAGE: coordinates
-schedule CartGrid3D at CACTUS_BASEGRID
+schedule ParamCheck_CartGrid3D at CCTK_BASEGRID
+{
+ LANG:Fortran
+} "Check coordinates for CartGrid3D"
+
+schedule CartGrid3D at CCTK_BASEGRID
{
LANG:Fortran
} "Set up spatial 3D Cartesian coordinates on the GH"