aboutsummaryrefslogtreecommitdiff
path: root/CarpetExtra
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@aei.mpg.de>2004-09-21 18:54:00 +0000
committerErik Schnetter <schnetter@aei.mpg.de>2004-09-21 18:54:00 +0000
commit57f76d29c8a70165fe6a6d699aad2423bc4597cc (patch)
treecc5b60f8b6ef6a09f228c9d92d5a03d77c9b3788 /CarpetExtra
parentc39b89c7362659d054d14e89d7507542427f7146 (diff)
Schedule integrand calculation correctly
Evolved variables have to be calculated in the EVOL bin. darcs-hash:20040921185444-891bb-3016d776939c554f92faa3cd893093728d6c0360.gz
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"