aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 3 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 9afb8e6..29a5db5 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,12 +3,13 @@
schedule Boundary_Check at CCTK_PARAMCHECK
{
- lang: C
+ LANG: C
} "Check dimension of grid variables"
schedule Boundary_RegisterBCs at CCTK_BASEGRID
{
- lang: C
+ LANG: C
+ OPTIONS: global
} "Register boundary conditions that this thorn provides"
# New boundary infrastructure: