From 53c6439f7393ce244de3af416961cc4f63b0eacc Mon Sep 17 00:00:00 2001 From: schnetter Date: Tue, 9 Mar 2004 13:43:38 +0000 Subject: Use the new SymBase infrastructure to find out about symmetry boundaries. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/Boundary/trunk@266 6a38eb6e-646e-4a02-a296-d141613ad6c4 --- schedule.ccl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3