From febdf3f8176e7e5bfb6483482d806cd55398a361 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 9 Apr 2004 11:36:59 +0000 Subject: Fix bugs, and move conditional into the schedule. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@4 20f44201-0f4f-0410-9130-e5fc2714a787 --- schedule.ccl | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index 1f341e6..8daa722 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -1,12 +1,16 @@ # Schedule definitions for thorn RotatingSymmetry180 # $Header$ -SCHEDULE Rot180_RegisterSymmetry IN SymmetryRegister -{ - LANG: C -} "Register symmetry boundaries" - -SCHEDULE Rot180_ApplyBC IN BoundaryConditions -{ - LANG: C -} "Apply 180 degree rotational symmetry boundary condition" +if (rotating_symmetry_180) { + + SCHEDULE Rot180_RegisterSymmetry IN SymmetryRegister + { + LANG: C + } "Register symmetry boundaries" + + SCHEDULE Rot180_ApplyBC IN BoundaryConditions + { + LANG: C + } "Apply 180 degree rotational symmetry boundary condition" + +} -- cgit v1.2.3