aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2007-09-07 14:51:40 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2007-09-07 14:51:40 +0000
commit10f24298a9b6aaa7b54266f77351be85011aee6f (patch)
tree0a61b33800402bec1334322ecb5b07c42a011c71
parent0c6ef1e1ebc7717e36b97f46f0afc09be2958a6d (diff)
Correct scheduling error of MoL_RestoreSandR and MoL_FinishLoop
identified by Yosef Zlochower. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@125 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
-rw-r--r--schedule.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/schedule.ccl b/schedule.ccl
index c8b9918..eff36f4 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -706,7 +706,7 @@ schedule MoL_ResetDeltaTime IN MoL_Step AFTER MoL_PostStep
### variables to their original state. ###
##################################################
-schedule MoL_RestoreSandR IN MoL_Evolution AFTER MoL_PostStep
+schedule MoL_RestoreSandR IN MoL_Evolution AFTER MoL_FinishLoop
{
LANG: C
} "Restoring the Save and Restore variables to the original state"
@@ -743,7 +743,7 @@ if (adaptive_stepsize)
}
else
{
- schedule MoL_FinishLoop IN MoL_Evolution AFTER MoL_PostStep
+ schedule MoL_FinishLoop IN MoL_Evolution AFTER MoL_Step
{
LANG: C
OPTIONS: LEVEL