aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2003-01-20 12:11:07 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2003-01-20 12:11:07 +0000
commit80bbfb97dcc177c832081fb830293f2fa5337a8e (patch)
tree2671aa281a0f40d1bd1754de3836851fcafcb10a /schedule.ccl
parent9e4de2baa56d47db133817d4e208ad7569d544fd (diff)
Old I/O parameters are gone now. So we can get rid of internal routines
which checked whether an old I/O parameter was set, and then automatically set the value of its (new) counterpart. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@183 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl5
1 files changed, 0 insertions, 5 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 037be57..9c4e95b 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -29,8 +29,3 @@ if (! CCTK_Equals (parfile_write, "no") && parfile_update_every)
LANG:C
} "Append steered parameters to parameter file"
}
-
-schedule IOUtil_FixRecoveryParameters at RECOVER_PARAMETERS
-{
- LANG:C
-} "Fix recovery parameter settings deprecated in beta13"