aboutsummaryrefslogtreecommitdiff
path: root/src/iobasicGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iobasicGH.h')
-rw-r--r--src/iobasicGH.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/iobasicGH.h b/src/iobasicGH.h
index 5c3cb99..a5b464a 100644
--- a/src/iobasicGH.h
+++ b/src/iobasicGH.h
@@ -54,6 +54,9 @@ typedef struct IOBASIC_GH
/* database for names of output files that were already created */
pNamedData *filenameListScalar;
+ /* stop on I/O parameter parsing errors ? */
+ int stop_on_parse_errors;
+
} iobasicGH;
@@ -70,5 +73,7 @@ int IOBasic_TimeForScalarOutput (const cGH *GH, int vindex);
void IOBasic_AssignReductionList (int vindex, const char *optstring, void *arg);
int IOBasic_WriteInfo (const cGH *GH, int vindex);
int IOBasic_WriteScalar (const cGH *GH, int vindex, const char *alias);
+void IOBasic_CheckSteerableInfoParameters (iobasicGH *myGH);
+void IOBasic_CheckSteerableScalarParameters (iobasicGH *myGH);
#endif /* _IOBASIC_IOBASICGH_H_ */