aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2003-08-22 20:56:08 +0000
committerrideout <rideout@c78560ca-4b45-4335-b268-5f3340f3cb52>2003-08-22 20:56:08 +0000
commitceeea059e17832467c9688b14ce226f8ab47e22b (patch)
tree4ee3191b513d60333a3ed452e094249ad3916674 /schedule.ccl
parentd867c60478ca01d2b0c2ec3ee2bcc792f6447b0c (diff)
Update to use CoordBase. Registration of spher3d is deprecated.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@180 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl4
1 files changed, 1 insertions, 3 deletions
diff --git a/schedule.ccl b/schedule.ccl
index b22a687..412c47b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -8,7 +8,7 @@ schedule SymmetryStartup at CCTK_STARTUP
LANG: C
} "Register GH Extension for GridSymmetry"
-schedule RegisterCartGrid3DCoords at CCTK_STARTUP
+schedule RegisterCartGrid3DCoords at CCTK_WRAGH
{
LANG:C
} "Register coordinates for the Cartesian grid"
@@ -22,5 +22,3 @@ schedule CartGrid3D as SpatialCoordinates at CCTK_BASEGRID
{
LANG:C
} "Set up spatial 3D Cartesian coordinates on the GH"
-
-