aboutsummaryrefslogtreecommitdiff
path: root/src/ioFlexGH.h
diff options
context:
space:
mode:
authortradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-06-09 10:42:17 +0000
committertradke <tradke@ebee0441-1374-4afa-a3b5-247f3ba15b9a>2004-06-09 10:42:17 +0000
commit50c54f5cd9648dc48090748e2859d6d76db19872 (patch)
tree728be75ed78e25a1e6ec53526f61b34d2c8393a0 /src/ioFlexGH.h
parent2441627f997a6f069e85d83afad0f51d35695122 (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/IOFlexIO/trunk@326 ebee0441-1374-4afa-a3b5-247f3ba15b9a
Diffstat (limited to 'src/ioFlexGH.h')
-rw-r--r--src/ioFlexGH.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ioFlexGH.h b/src/ioFlexGH.h
index a92ea7e..5edf70a 100644
--- a/src/ioFlexGH.h
+++ b/src/ioFlexGH.h
@@ -144,6 +144,9 @@ typedef struct IOFlexIOGH
/* iteration number of the last checkpoint */
int last_checkpoint_iteration;
+ /* stop on I/O parameter parsing errors ? */
+ int stop_on_parse_errors;
+
} flexioGH;
@@ -166,5 +169,6 @@ void IOFlexIOi_DumpParameters (const cGH *GH, int all, IOFile file);
void IOFlexIOi_DumpGHExtensions (const cGH *GH, IOFile file);
int IOFlexIO_Recover (cGH *GH, const char *basefilename, int called_from);
int IOFlexIOi_RecoverVariables (cGH *GH, fileinfo_t *file);
-
+void IOFlexIO_CheckSteerableParameters (const cGH *GH, flexioGH *myGH);
+void IOFlexIO_CheckSteerableParameters2D (flexioGH *myGH);
#endif /* _IOFLEXIO_IOFLEXGH_H_ */