aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl3
1 files changed, 2 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 29a5db5..f6e85cc 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -6,7 +6,7 @@ schedule Boundary_Check at CCTK_PARAMCHECK
LANG: C
} "Check dimension of grid variables"
-schedule Boundary_RegisterBCs at CCTK_BASEGRID
+schedule Boundary_RegisterBCs at CCTK_WRAGH
{
LANG: C
OPTIONS: global
@@ -30,4 +30,5 @@ schedule Boundary_ApplyPhysicalBCs in BoundaryConditions
schedule Boundary_ClearSelection in ApplyBCs
{
LANG: C
+ OPTIONS: level
} "Unselect all grid variables for boundary conditions"