From d559988ac826920c799519c1a6d7f3fd99d8bb7d Mon Sep 17 00:00:00 2001 From: tradke Date: Tue, 2 Sep 2003 15:47:31 +0000 Subject: Schedule Boundary_RegisterBCs() in global mode. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@244 6a38eb6e-646e-4a02-a296-d141613ad6c4 --- schedule.ccl | 5 +++-- 1 file 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: -- cgit v1.2.3