From 8b767a625c0366ee60d55ca483abc793e28a0d68 Mon Sep 17 00:00:00 2001 From: hawke Date: Fri, 20 Jun 2003 15:07:23 +0000 Subject: Correct a major screw up with the setting of t/dt that was causing the BSSN_MoL testsuite bh_shift_rad to fail. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/MoL/trunk@18 578cdeb0-5ea1-4b81-8215-5a3b8777ee0b --- schedule.ccl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'schedule.ccl') diff --git a/schedule.ccl b/schedule.ccl index e6430f2..b50d92d 100644 --- a/schedule.ccl +++ b/schedule.ccl @@ -254,7 +254,12 @@ schedule MoL_DecrementCounter IN MoL_Step AFTER MoL_Step BEFORE MoL_PostStep schedule MoL_ResetTime IN MoL_Step AFTER MoL_DecrementCounter BEFORE MoL_PostStep { LANG: C -} "If necessary, change the time and timestep" +} "If necessary, change the time" + +schedule MoL_ResetDeltaTime IN MoL_Step AFTER MoL_PostStep +{ + LANG: C +} "If necessary, change the timestep" ################################################## ### Finally, restore any SaveAndRestore type ### -- cgit v1.2.3