diff options
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index 4bbc2d6..861c474 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -352,7 +352,9 @@ struct subset_t { hsize_t *block; }; -extern FILE *rawdatastream; /*output stream for raw data */ +extern FILE *rawdatastream; /* output stream for raw data */ +extern int bin_output; /* binary output */ + /* Strings for output */ #define GROUP "GROUP" |