aboutsummaryrefslogtreecommitdiff
path: root/src/ioASCIIGH.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioASCIIGH.h')
-rw-r--r--src/ioASCIIGH.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ioASCIIGH.h b/src/ioASCIIGH.h
index abb2f9e..a244454 100644
--- a/src/ioASCIIGH.h
+++ b/src/ioASCIIGH.h
@@ -45,6 +45,9 @@ typedef struct IOASCIIGH
sp2xyz[maxdim][perpendicular direction] */
int **sp2xyz;
+ /* stop on I/O parameter parsing errors ? */
+ int stop_on_parse_errors;
+
} asciiioGH;
@@ -67,6 +70,10 @@ int IOASCII_Write1D (const cGH *GH, int vindex, const char *alias);
int IOASCII_Write2D (const cGH *GH, int vindex, const char *alias);
int IOASCII_Write3D (const cGH *GH, int vindex, const char *alias);
+void IOASCII_CheckSteerableParameters1D (asciiioGH *myGH);
+void IOASCII_CheckSteerableParameters2D (asciiioGH *myGH);
+void IOASCII_CheckSteerableParameters3D (asciiioGH *myGH);
+
#ifdef __cplusplus
} // extern "C"
#endif