aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h')
-rw-r--r--CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h15
1 files changed, 4 insertions, 11 deletions
diff --git a/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h b/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h
index d57890a74..4c9941e4e 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.3 2003/12/01 13:15:21 cott Exp $ */
+/* $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIOCheckpoint/src/ioflexio.h,v 1.1 2003/05/16 14:02:18 hawke Exp $ */
#ifndef CARPETIOFLEXIO_H
#define CARPETIOFLEXIO_H
@@ -13,8 +13,8 @@ namespace CarpetIOFlexIO {
#endif
/* Scheduled functions */
- int CarpetIOFlexIO_Startup (void);
- int CarpetIOFlexIO_ReadData (CCTK_ARGUMENTS);
+ int CarpetIOFlexIOStartup (void);
+ int CarpetIOFlexIOReadData (CCTK_ARGUMENTS);
#ifdef __cplusplus
} /* extern "C" */
} /* namespace CarpetIOFlexIO */
@@ -26,9 +26,7 @@ namespace CarpetCheckpointRestart {
#endif
/* Scheduled functions */
- void CarpetIOFlexIO_EvolutionCheckpoint (const cGH*);
- int CarpetIOFlexIO_RecoverParameters (void);
- int CarpetIOFlexIO_Recover (cGH *GH, const char *basefilename, int called_from);
+ void CarpetChReEvolutionCheckpoint (const cGH*);
#ifdef __cplusplus
} /* extern "C" */
} /* namespace CarpetIOFlexIO */
@@ -36,8 +34,3 @@ namespace CarpetCheckpointRestart {
#endif /* !defined(CARPETIOFLEXIO_H) */
-
-
-
-
-