From 4fc19bb00e458efb0d53ff65d0d797b4b8a1eee5 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 5 Aug 2004 14:23:48 +0000 Subject: 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 --- schedule.ccl | 11 +++++------ 1 file 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 -- cgit v1.2.3