aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 2 insertions, 5 deletions
diff --git a/schedule.ccl b/schedule.ccl
index e2be422..83f9470 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -61,7 +61,7 @@ if (stress_energy_storage)
# if (stress_energy_at_RHS)
# {
- # SCHEDULE GROUP SetTmunu IN MoL_PostStep AFTER Whisky_PostStep
+ # SCHEDULE GROUP SetTmunu IN MoL_PostStep AFTER (ADMBase_SetADMVars Whisky_PostStep)
# {
# } "Calculate the stress-energy tensor"
# } else {
@@ -71,13 +71,10 @@ if (stress_energy_storage)
# }
if (stress_energy_at_RHS)
{
- SCHEDULE GROUP SetTmunu IN MoL_PostStep
+ SCHEDULE GROUP SetTmunu IN MoL_PostStep AFTER ADMBase_SetADMVars
{
} "Group for calculating the stress-energy tensor"
}
- SCHEDULE GROUP SetTmunu AT evol AFTER MoL_Evolution
- {
- } "Group for calculating the stress-energy tensor"