aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--param.ccl4
-rw-r--r--schedule.ccl22
2 files changed, 9 insertions, 17 deletions
diff --git a/param.ccl b/param.ccl
index 3a16a52..00f26e8 100644
--- a/param.ccl
+++ b/param.ccl
@@ -4,7 +4,3 @@
BOOLEAN verbose "Produce screen output while applying boundary conditions"
{
} "no"
-
-BOOLEAN rotating_symmetry_180 "Apply 180 degree rotating symmetry boundary conditions?"
-{
-} "no"
diff --git a/schedule.ccl b/schedule.ccl
index 8daa722..1f341e6 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,16 +1,12 @@
# Schedule definitions for thorn RotatingSymmetry180
# $Header$
-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"
-
-}
+SCHEDULE Rot180_RegisterSymmetry IN SymmetryRegister
+{
+ LANG: C
+} "Register symmetry boundaries"
+
+SCHEDULE Rot180_ApplyBC IN BoundaryConditions
+{
+ LANG: C
+} "Apply 180 degree rotational symmetry boundary condition"