aboutsummaryrefslogtreecommitdiff
path: root/src/ioutil_Utils.h
diff options
context:
space:
mode:
authortradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2005-10-05 10:08:31 +0000
committertradke <tradke@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2005-10-05 10:08:31 +0000
commit86c3a6fd8b989ba41cea2f4884780379a7816851 (patch)
treef858bd8f356e6c7f0e9b30dfc85bf5269af4baef /src/ioutil_Utils.h
parentbe1248c7eb316e3bc6f91290c1a96dec7fd20fdc (diff)
The general routine to parse the value of IO*::out_vars parameters now also
checks for the option "out_unchunked = 'true|false|yes|no'" which can be used to overwrite the general output mode (as defined by IO::out_unchunked) on a per-variable basis. git-svn-id: http://svn.cactuscode.org/arrangements/CactusBase/IOUtil/trunk@230 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
Diffstat (limited to 'src/ioutil_Utils.h')
-rw-r--r--src/ioutil_Utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ioutil_Utils.h b/src/ioutil_Utils.h
index 32341e3..cee81d8 100644
--- a/src/ioutil_Utils.h
+++ b/src/ioutil_Utils.h
@@ -39,6 +39,9 @@ typedef struct
/* flag indicating whether to include ghostzones in the hyperslab mapping */
int with_ghostzones;
+ /* flag indicating whether to output in chunked or unchunked format */
+ int out_unchunked;
+
/* pointer to allocated buffers */
CCTK_INT *vectors;