From 15a45002914aed59585381ecc6c0ed2152633bb0 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 28 May 2004 15:57:47 +0000 Subject: 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 --- schedule.ccl | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) (limited to 'schedule.ccl') 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" -- cgit v1.2.3