aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
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"