aboutsummaryrefslogtreecommitdiff
path: root/src/CheckpointRecovery.c
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-06-07 14:12:33 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-06-07 14:12:33 +0000
commitfd480da0f9deadf9250a2fb1c86a1394ff5897a4 (patch)
tree0fa81e2cdbfebe009bee0180fe78cedd7b50ea68 /src/CheckpointRecovery.c
parentfef9241911b27fa63ffe3ff5a1c799138b2d2954 (diff)
Changed the warnings about deprecated I/O parameters.
They are depreciated in BETA12 (not BETA13). git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@170 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'src/CheckpointRecovery.c')
-rw-r--r--src/CheckpointRecovery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CheckpointRecovery.c b/src/CheckpointRecovery.c
index 31fd0b1..f12161b 100644
--- a/src/CheckpointRecovery.c
+++ b/src/CheckpointRecovery.c
@@ -518,7 +518,7 @@ int IOUtil_RecoverParameters (int (*recoverFn) (cGH *GH,
static int first_time_called = 1;
- /* FIXME: this can go in BETA13 */
+ /* FIXME: this can go in BETA12 */
if (first_time_called)
{
extern int IOUtil_FixRecoveryParameters (void);
@@ -674,7 +674,7 @@ int IOUtil_RecoverParameters (int (*recoverFn) (cGH *GH,
IOUtil_RecoverGH() */
checkpoint_file_exists = retval > 0;
- /* FIXME: this can go in BETA13 */
+ /* FIXME: this can go in BETA12 */
if (retval > 0)
{
extern int IOUtil_FixParameters (void);