aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2004-05-28 15:57:54 +0000
committerschnetter <schnetter@c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5>2004-05-28 15:57:54 +0000
commit134140fb7074dab1687e9958b1cfccf72ba1f0c0 (patch)
tree71001a0379dfe4073f98961e263089f4966ef619 /schedule.ccl
parent05c9aee7b0d96ef5f81369983715ba4f7ddca0c2 (diff)
Remove activation parameter. The thorn is now always active when it
has been activated. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/RotatingSymmetry90/trunk@8 c3c03602-0f4f-0410-b3fa-d2c81c8a7dc5
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl27
1 files changed, 14 insertions, 13 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 30fd48e..e4a1e30 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -1,16 +1,17 @@
# Schedule definitions for thorn RotatingSymmetry90
# $Header$
-if (rotating_symmetry_90) {
-
- SCHEDULE Rot90_RegisterSymmetry IN SymmetryRegister
- {
- LANG: C
- } "Register symmetry boundaries"
-
- SCHEDULE Rot90_ApplyBC IN BoundaryConditions
- {
- LANG: C
- } "Apply 90 degree rotational symmetry boundary condition"
-
-}
+SCHEDULE Rot90_CheckTensorTypes AT paramcheck
+{
+ LANG: C
+} "Check tensor type definitions for consistency"
+
+SCHEDULE Rot90_RegisterSymmetry IN SymmetryRegister
+{
+ LANG: C
+} "Register symmetry boundaries"
+
+SCHEDULE Rot90_ApplyBC IN BoundaryConditions
+{
+ LANG: C
+} "Apply 90 degree rotational symmetry boundary condition"