aboutsummaryrefslogtreecommitdiff
path: root/src/ioHDF5GH.h
diff options
context:
space:
mode:
authortradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2004-06-09 10:42:16 +0000
committertradke <tradke@4825ed28-b72c-4eae-9704-e50c059e567d>2004-06-09 10:42:16 +0000
commit38fbe980f6b9275467ce7c54d9d4ab5cd68478d3 (patch)
treebabe7be3f398561f60f004354ed50928079e276c /src/ioHDF5GH.h
parentcd73bb05af6b26417f83423c93566a48d104cc94 (diff)
After setup, do an initial I/O parameter parsing and warn/stop on parsing errors
(depending on IO::strict_io_parameter_check). You will also need to update CactusBase/IOUtil. git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGHIO/IOHDF5/trunk@197 4825ed28-b72c-4eae-9704-e50c059e567d
Diffstat (limited to 'src/ioHDF5GH.h')
-rw-r--r--src/ioHDF5GH.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ioHDF5GH.h b/src/ioHDF5GH.h
index 35c924b..927389e 100644
--- a/src/ioHDF5GH.h
+++ b/src/ioHDF5GH.h
@@ -51,6 +51,9 @@ typedef struct
/* iteration number of the last checkpoint */
int last_checkpoint_iteration;
+ /* stop on I/O parameter parsing errors ? */
+ int stop_on_parse_errors;
+
} ioHDF5GH;
#ifdef __cplusplus
@@ -79,7 +82,7 @@ int IOHDF5_WriteIsosurface (const cGH *GH,
const CCTK_INT4 *triangles,
int nVertices,
const CCTK_REAL4 *vertices);
-
+void IOHDF5_CheckSteerableParameters (const cGH *GH, ioHDF5GH *myGH);
#ifdef __cplusplus
} // extern "C"
#endif