aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2004-08-05 14:23:48 +0000
committerschnetter <schnetter@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2004-08-05 14:23:48 +0000
commit4fc19bb00e458efb0d53ff65d0d797b4b8a1eee5 (patch)
treec6060fa9b3231e6b1c355961b181688f44cd674b
parentfa5ba680a694674c70c5f3d8ada429e46fbfa91a (diff)
Evolve the conformal factor only if it has more than 1 time levels.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/StaticConformal/trunk@24 0cbbb82d-14ec-4423-a1fb-2ab18257ecaa
-rw-r--r--schedule.ccl11
1 files changed, 5 insertions, 6 deletions
diff --git a/schedule.ccl b/schedule.ccl
index a8a3599..8ff7f89 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -50,13 +50,12 @@ if(CCTK_Equals(metric_type,"static conformal"))
STORAGE: confac[3], confac_1derivs[3], confac_2derivs[3]
}
- }
-
+ SCHEDULE StaticConformal_Evolve at CCTK_PRESTEP
+ {
+ LANG: C
+ } "Evolve the static conformal factor"
- SCHEDULE StaticConformal_Evolve at CCTK_PRESTEP
- {
- LANG: C
- } "Evolve the static conformal factor"
+ }
}
else