aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorschnetter <schnetter@4ec1db94-0e4f-0410-ada3-8bed251432c9>2008-03-03 20:37:33 +0000
committerschnetter <schnetter@4ec1db94-0e4f-0410-ada3-8bed251432c9>2008-03-03 20:37:33 +0000
commitb2faed7483b8f5dc8a09ca019d09a98ba28dc686 (patch)
treef50cb0e25d1051a975b1135cccf74540afec4512 /schedule.ccl
parent35ac981696e84ee576ee45699c7b30bb55333f27 (diff)
Check method in the schedule to clarify schedule
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/NoExcision/trunk@20 4ec1db94-0e4f-0410-ada3-8bed251432c9
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl12
1 files changed, 7 insertions, 5 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 28e4603..e2fc879 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -3,10 +3,12 @@
STORAGE: reduction_mask
-SCHEDULE NoExcision_Overwrite IN ADMBase_PostInitial
-{
- LANG: Fortran
-} "Overwrite regions with Minkowski"
+if (CCTK_EQUALS(method,"old")) {
+ SCHEDULE NoExcision_Overwrite IN ADMBase_PostInitial
+ {
+ LANG: Fortran
+ } "Overwrite regions with Minkowski"
+}
if (CCTK_Equals(method,"new")) {
schedule NoExcision_SetSym at CCTK_BASEGRID
@@ -27,7 +29,7 @@ if (smooth_regions) {
SCHEDULE NoExcision_Set_Zero IN ADMBase_PostInitial BEFORE NoExcision_CGSmoothing
{
LANG: Fortran
- } "set variablse to zero in used defined regions"
+ } "Set variables to zero in used defined regions"
}
SCHEDULE GROUP NoExcision_CGSmoothing IN ADMBase_PostInitial