aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetExtra')
-rw-r--r--CarpetExtra/CarpetIntegrateTest/schedule.ccl7
1 files changed, 6 insertions, 1 deletions
diff --git a/CarpetExtra/CarpetIntegrateTest/schedule.ccl b/CarpetExtra/CarpetIntegrateTest/schedule.ccl
index 76796a72f..8d23afc9a 100644
--- a/CarpetExtra/CarpetIntegrateTest/schedule.ccl
+++ b/CarpetExtra/CarpetIntegrateTest/schedule.ccl
@@ -2,7 +2,12 @@
STORAGE: integrand[3]
-schedule CarpetIntegrate_Local AT CCTK_POSTSTEP
+schedule CarpetIntegrate_Local AT CCTK_INITIAL
+{
+ LANG: C
+} "Setup integrand function"
+
+schedule CarpetIntegrate_Local AT CCTK_EVOL
{
LANG: C
} "Setup integrand function"