aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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