From e6be9d5f7105069dad8ef92f696ff40df39bcb53 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 2 Dec 2005 17:45:10 +0000 Subject: 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 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3