aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2004-05-28 15:57:47 +0000
committerschnetter <schnetter@20f44201-0f4f-0410-9130-e5fc2714a787>2004-05-28 15:57:47 +0000
commit15a45002914aed59585381ecc6c0ed2152633bb0 (patch)
tree924be28f7b19f023cfd74ca4e9ce0a031d56fb92 /schedule.ccl
parent3edf9722d47b574a52a5f72e72feb8451dc4c43f (diff)
Remove activation parameter. The thorn is now always active when it
has been activated. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry180/trunk@9 20f44201-0f4f-0410-9130-e5fc2714a787
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl22
1 files changed, 9 insertions, 13 deletions
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"