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.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;