diff options
Diffstat (limited to 'test/cmpd_dset.c')
-rw-r--r-- | test/cmpd_dset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmpd_dset.c b/test/cmpd_dset.c index edb3cdc..31492b9 100644 --- a/test/cmpd_dset.c +++ b/test/cmpd_dset.c @@ -131,7 +131,7 @@ main (void) hsize_t h_sample[2]; /*hyperslab sampling */ /* Create the file */ - file = H5Fcreate ("cmpd_dset.h5", H5F_ACC_TRUNC, + file = H5Fcreate ("cmpd_dset.h5", H5F_ACC_TRUNC|H5F_ACC_DEBUG, H5P_DEFAULT, H5P_DEFAULT); assert (file>=0); |