aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@c78560ca-4b45-4335-b268-5f3340f3cb52>2006-07-04 22:27:28 +0000
committerschnetter <schnetter@c78560ca-4b45-4335-b268-5f3340f3cb52>2006-07-04 22:27:28 +0000
commite41e9374712cff6ddc5cdada04ddbe14d836388d (patch)
tree282897170d123035254be1a9e735bf51ae009fb6 /schedule.ccl
parentf0b4af5d17ee11d4333b76ea372653df44a2c572 (diff)
Correct an error with the coordinate setup on multi-block systems.
Call CartGrid3D_SetRanges in local mode instead of singlemap mode. Re-introduce an explicit check in that routine whether it is called on the coarsest level. This is necessary because the flesh coordinate information needs to be set up according to the coarsest level's grid points. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/CartGrid3D/trunk@231 c78560ca-4b45-4335-b268-5f3340f3cb52
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl1
1 files changed, 0 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 07f61bb..e0c76c3 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -28,7 +28,6 @@ schedule ParamCheck_CartGrid3D at CCTK_PARAMCHECK
schedule CartGrid3D_SetRanges at CCTK_BASEGRID before SpatialCoordinates
{
LANG:C
- OPTIONS: singlemap
} "Set up ranges for spatial 3D Cartesian coordinates"
schedule CartGrid3D_SetCoordinates as SpatialCoordinates at CCTK_BASEGRID