aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic
diff options
context:
space:
mode:
authorcott <>2003-12-01 11:15:00 +0000
committercott <>2003-12-01 11:15:00 +0000
commit0ba9df906f4033643a44539accdc84753a79d42f (patch)
tree4d709704fc46242a7dce68ce2e24a93585ed1b60 /CarpetAttic
parent3a92b39aeaf5943687ad43c25a8694247bcaba88 (diff)
New development version. Writing a checkpoint file should work fine. Don't try to restart...
darcs-hash:20031201111521-19929-cb3e2647898441edbf381badbc6448402facafd8.gz
Diffstat (limited to 'CarpetAttic')
-rw-r--r--CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h b/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h
index c987c6d21..d57890a74 100644
--- a/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h
+++ b/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h
@@ -1,4 +1,4 @@
-/* $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h,v 1.2 2003/09/17 13:47:00 cvs_anon Exp $ */
+/* $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h,v 1.3 2003/12/01 13:15:21 cott Exp $ */
#ifndef CARPETIOFLEXIO_H
#define CARPETIOFLEXIO_H
@@ -27,6 +27,8 @@ namespace CarpetCheckpointRestart {
/* Scheduled functions */
void CarpetIOFlexIO_EvolutionCheckpoint (const cGH*);
+ int CarpetIOFlexIO_RecoverParameters (void);
+ int CarpetIOFlexIO_Recover (cGH *GH, const char *basefilename, int called_from);
#ifdef __cplusplus
} /* extern "C" */
} /* namespace CarpetIOFlexIO */