aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@b83b3108-af97-48ba-8c81-9293ccf7f924>2012-07-24 16:55:15 +0000
committerrhaas <rhaas@b83b3108-af97-48ba-8c81-9293ccf7f924>2012-07-24 16:55:15 +0000
commit6d1c8083b1daed13355b3e0cb87a20d1d0948703 (patch)
treedd0e8c758ac6a534f23e0a7f967afa1e0067982d
parentfc544885c99bad1a9dde0a45fe103df34e530468 (diff)
exlcitly scheduel AddToTmunu after Tmunu_ZeroTmunu
rather than rely on order in schedule.ccl git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/TmunuBase/trunk@16 b83b3108-af97-48ba-8c81-9293ccf7f924
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 83f9470..c3df6e1 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -98,7 +98,7 @@ if (stress_energy_storage)
} "Initialise the stress-energy tensor to zero"
}
- SCHEDULE GROUP AddToTmunu IN SetTmunu AFTER TmunuBase_SetTmunu
+ SCHEDULE GROUP AddToTmunu IN SetTmunu AFTER (TmunuBase_SetTmunu,TmunuBase_ZeroTmunu)
{
} "Add to the stress-energy tensor here"