aboutsummaryrefslogtreecommitdiff
path: root/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh
diff options
context:
space:
mode:
authorschnetter <>2004-02-07 15:21:00 +0000
committerschnetter <>2004-02-07 15:21:00 +0000
commite21d4bb19e80e547e89f36030d2e2b72314900f6 (patch)
tree34f336f516feca425eeb0066702cfd23b093c30b /CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh
parent58414229b506cb002089a567d8d06ca8e4071265 (diff)
Make the file reader work.
darcs-hash:20040207152156-07bb3-5b44697ec895aa3744df7cc23d1f705a223bfc20.gz
Diffstat (limited to 'CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh')
-rw-r--r--CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh5
1 files changed, 4 insertions, 1 deletions
diff --git a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh
index 042fed5cb..1a1bf92b8 100644
--- a/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh
+++ b/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh
@@ -1,4 +1,4 @@
-// $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh,v 1.6 2003/03/12 09:34:44 schnetter Exp $
+// $Header: /home/eschnett/C/carpet/Carpet/CarpetAttic/CarpetIOFlexIO/src/ioflexio.hh,v 1.7 2004/02/07 16:21:56 schnetter Exp $
#ifndef CARPETIOFLEXIO_HH
#define CARPETIOFLEXIO_HH
@@ -31,6 +31,9 @@ namespace CarpetIOFlexIO {
int InputVarAs (const cGH* const cgh, const char* const varname,
const char* const alias);
+ int Recover (cGH* const cgh, const char *basefilename,
+ const int called_from);
+
} // namespace CarpetIOFlexIO
#endif // !defined(CARPETIOFLEXIO_HH)