aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2004-04-09 11:36:59 +0000
committerschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2004-04-09 11:36:59 +0000
commitfebdf3f8176e7e5bfb6483482d806cd55398a361 (patch)
tree435db7741e707b350bef3955f862747c0c7fdcc6 /schedule.ccl
parent2ae7711961ab0ac3bd9bd374787e305e0cf1f7fd (diff)
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
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl22
1 files changed, 13 insertions, 9 deletions
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"
+
+}