aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@c78560ca-4b45-4335-b268-5f3340f3cb52>2005-12-02 17:45:10 +0000
committerschnetter <schnetter@c78560ca-4b45-4335-b268-5f3340f3cb52>2005-12-02 17:45:10 +0000
commite6be9d5f7105069dad8ef92f696ff40df39bcb53 (patch)
tree6970f955dcb0c50089e698ee47129d818c53adc1
parent5b0fc84b1608fc8c6f82651252def952b41445b1 (diff)
When scheduling CartGrid3D_SetCoordinates at CCTK_POSTREGRID, schedule
it "as SpatialCoordinates", same as is done when it is scheduled at CCTK_BASEGRID. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@222 c78560ca-4b45-4335-b268-5f3340f3cb52
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 116d910..b81bf3c 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -34,7 +34,7 @@ schedule CartGrid3D_SetCoordinates as SpatialCoordinates at CCTK_BASEGRID
LANG:C
} "Set up spatial 3D Cartesian coordinates on the GH"
-schedule CartGrid3D_SetCoordinates at CCTK_POSTREGRID
+schedule CartGrid3D_SetCoordinates as SpatialCoordinates at CCTK_POSTREGRID
{
LANG: C
} "Set Coordinates after regridding"