aboutsummaryrefslogtreecommitdiff
path: root/src/ioutil_CheckpointRecovery.h
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-04-15 13:06:08 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2002-04-15 13:06:08 +0000
commitafa83bcec509680969a3d2f60736d656016220cb (patch)
tree3396fe2befc0c519d9924ee62f7c83ddf3999d67 /src/ioutil_CheckpointRecovery.h
parent99944646fecea7537f07ff023e5731eced5508fd (diff)
Removed routine IOUtil_RestartFromRecovery(). Now the recovery info is held
in IOUtil's GH extension. You also need to update thorns IOBasic, IOASCII, and IOFlexIO now if you didn't do so yet. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@157 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'src/ioutil_CheckpointRecovery.h')
-rw-r--r--src/ioutil_CheckpointRecovery.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ioutil_CheckpointRecovery.h b/src/ioutil_CheckpointRecovery.h
index 3944b2a..5b7c0e8 100644
--- a/src/ioutil_CheckpointRecovery.h
+++ b/src/ioutil_CheckpointRecovery.h
@@ -60,9 +60,6 @@ char *IOUtil_GetAllParameters (const cGH *GH, int all);
/* set all parameters contained in the given string */
void IOUtil_SetAllParameters (const char *parameters);
-/* return true if this run was restarted from recovery, otherwise false */
-int IOUtil_RestartFromRecovery (const cGH *GH);
-
/* print the checkpoint/recovery timings to stdout */
void IOUtil_PrintTimings (const char *description,
int ntimers,