aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-03-24 13:37:35 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-03-24 13:37:35 +0000
commit4df46ab18ae95e08b26dc62587bf79106e03255e (patch)
tree5140073b691340c96ecf1b0e9868ea8c40e5615b /schedule.ccl
parent37fd432598b42f0bcf3194a24e18359b8003779d (diff)
Changing CACTUS_RFR to CCTK_RFR
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@14 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'schedule.ccl')
-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"