aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortradke <tradke@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-09-02 15:47:31 +0000
committertradke <tradke@6a38eb6e-646e-4a02-a296-d141613ad6c4>2003-09-02 15:47:31 +0000
commitd559988ac826920c799519c1a6d7f3fd99d8bb7d (patch)
tree401b7f5cae629d9cb7672384906a878c4d985531
parentfaab81ea098788284978174b7df1e881083404cf (diff)
Schedule Boundary_RegisterBCs() in global mode.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@244 6a38eb6e-646e-4a02-a296-d141613ad6c4
-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: