aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-06-20 15:07:23 +0000
committerhawke <hawke@578cdeb0-5ea1-4b81-8215-5a3b8777ee0b>2003-06-20 15:07:23 +0000
commit8b767a625c0366ee60d55ca483abc793e28a0d68 (patch)
tree4b29433a4a02eba8927d4ce9869bd928a662b2f2 /schedule.ccl
parent00f602b5277ef0e9f7be9743d3484d7b251df739 (diff)
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
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl7
1 files changed, 6 insertions, 1 deletions
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 ###