aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"