aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-06-01 08:34:58 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2006-06-01 08:34:58 +0000
commit98729fc9f1f8008d16f827f8147bac3760a977e6 (patch)
tree78581e0925119770fa6518726aca4428bf981e51
parente21d836d9289a8a1780e43e4d7e493a66d79d8c0 (diff)
Fix error in scheduling of MoL_DecrementCounter spotted by Erik
Schnetter. Due to default ordering this will make no difference to any results. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@112 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 1ab9518..aff477d 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -630,7 +630,7 @@ schedule GROUP MoL_PostStep AT PostRestrict
### counter, change time and timestep ###
#################################################
-schedule MoL_DecrementCounter IN MoL_Step AFTER MoL_Step BEFORE MoL_PostStep
+schedule MoL_DecrementCounter IN MoL_Step AFTER MoL_Add BEFORE MoL_PostStep
{
LANG: C
OPTIONS: LEVEL