From 98729fc9f1f8008d16f827f8147bac3760a977e6 Mon Sep 17 00:00:00 2001 From: hawke Date: Thu, 1 Jun 2006 08:34:58 +0000 Subject: 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 --- schedule.ccl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3