From 10f24298a9b6aaa7b54266f77351be85011aee6f Mon Sep 17 00:00:00 2001 From: hawke Date: Fri, 7 Sep 2007 14:51:40 +0000 Subject: 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 --- schedule.ccl | 4 ++-- 1 file 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 -- cgit v1.2.3