aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-04-22 14:20:56 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>1999-04-22 14:20:56 +0000
commite1e4b192d930c2ff1dc1491813954b8054d2aaeb (patch)
treef2e371d94abca747b22912ede37c592d246df6b5 /schedule.ccl
parent69fc1522bf6f36ae4ad000d8a4dd55addafdad76 (diff)
Added registration of coordinates with a name and a direction
CCTK_Warn -> CCTK_WARN git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@25 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 5 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 388985e..56bf97f 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,6 +3,11 @@
STORAGE: coordinates
+schedule RegisterCartGrid3DCoords at CCTK_STARTUP
+{
+ LANG:C
+} "Register coordinates for the Cartesian grid"
+
schedule ParamCheck_CartGrid3D at CCTK_BASEGRID
{
LANG:Fortran