aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorknarf <knarf@b83b3108-af97-48ba-8c81-9293ccf7f924>2009-10-08 20:08:49 +0000
committerknarf <knarf@b83b3108-af97-48ba-8c81-9293ccf7f924>2009-10-08 20:08:49 +0000
commit8fd557accbe607180881e623fa9d0bf015fab370 (patch)
treecf480d0f8efbe92f8ff8e18532ff482486a054a0
parent1198ef6e175f651646fb7989e8cdce06d424d684 (diff)
fix scheduling of SetTmunu (probably typo: PreStep->PostStep)
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/TmunuBase/trunk@3 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 6e5b65a..e2be422 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -71,7 +71,7 @@ if (stress_energy_storage)
# }
if (stress_energy_at_RHS)
{
- SCHEDULE GROUP SetTmunu IN MoL_PreStep
+ SCHEDULE GROUP SetTmunu IN MoL_PostStep
{
} "Group for calculating the stress-energy tensor"
}