From e41e9374712cff6ddc5cdada04ddbe14d836388d Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 4 Jul 2006 22:27:28 +0000 Subject: 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 --- schedule.ccl | 1 - 1 file changed, 1 deletion(-) (limited to 'schedule.ccl') 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 -- cgit v1.2.3