aboutsummaryrefslogtreecommitdiff
path: root/src/ioutil_Utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ioutil_Utils.h')
-rw-r--r--src/ioutil_Utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ioutil_Utils.h b/src/ioutil_Utils.h
index 349b2b3..f239c44 100644
--- a/src/ioutil_Utils.h
+++ b/src/ioutil_Utils.h
@@ -2,7 +2,7 @@
@header ioutil_Utils.h
@date Tue 19 Sep 2000
@author Thomas Radke
- @desc
+ @desc
Function prototypes for setting up slice centers.
@enddesc
@version $Header$
@@ -54,12 +54,14 @@ typedef struct
/* parse a given 'out_vars' parameter string */
void IOUtil_ParseVarsForOutput (const cGH *GH, const char *method_name,
const char *parameter_name,
+ int stop_on_parse_errors,
const char *out_vars, int out_every_default,
ioRequest *request_list[]);
/* parse a given I/O parameter option string for the 'out_every' option */
void IOUtil_ParseOutputFrequency (const char *method_name,
const char *parameter_name,
+ int stop_on_parse_errors,
int vindex, const char *optstring,
CCTK_INT *out_every);