aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>2000-07-12 11:11:54 +0000
committerallen <allen@c78560ca-4b45-4335-b268-5f3340f3cb52>2000-07-12 11:11:54 +0000
commitf7a91c818458aa1b944c33d6614111cbbc8e41c3 (patch)
treea24cfa0f6d928e6ff361594ef1f9eff3e1fe0db3 /schedule.ccl
parentdb14e0ee8773cd33d69530eae9538235c2717a4b (diff)
Adding function alias for assigning spatial coordinates
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@116 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index bc13037..fe32bd8 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -18,7 +18,7 @@ schedule ParamCheck_CartGrid3D at CCTK_PARAMCHECK
LANG:C
} "Check coordinates for CartGrid3D"
-schedule CartGrid3D at CCTK_BASEGRID
+schedule CartGrid3D as SpatialCoordinates at CCTK_BASEGRID
{
LANG:C
} "Set up spatial 3D Cartesian coordinates on the GH"