diff options
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index a530b1b..434131c 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -277,6 +277,8 @@ int parse_number(char *str); #define FNAME11OUT "test_all.out.h5" #define FNAME12 "test_nbit.h5" #define FNAME12OUT "test_nbit.out.h5" +#define FNAME13 "test_scaleoffset.h5" +#define FNAME13OUT "test_scaleoffset.out.h5" int make_testfiles(void); |