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 cee81d8..655ee7d 100644
--- a/src/ioutil_Utils.h
+++ b/src/ioutil_Utils.h
@@ -42,6 +42,9 @@ typedef struct
/* flag indicating whether to output in chunked or unchunked format */
int out_unchunked;
+ /* compression level */
+ CCTK_INT compression_level;
+
/* pointer to allocated buffers */
CCTK_INT *vectors;