summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/testh5repack_dset.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-02 15:52:24 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-04-02 15:52:24 (GMT)
commit6705762081f1bbea41037cc44973dc20d85832fc (patch)
tree0781c6d7853f74ed3d991699aa39f9ed395e1157 /tools/h5repack/testh5repack_dset.c
parent9a04849fdb552678c3443e3fdcd91a6bb10e3089 (diff)
downloadhdf5-6705762081f1bbea41037cc44973dc20d85832fc.zip
hdf5-6705762081f1bbea41037cc44973dc20d85832fc.tar.gz
hdf5-6705762081f1bbea41037cc44973dc20d85832fc.tar.bz2
[svn-r8297] Purpose:
bug fix Description: the synntax of the input of h5repack conatined double quotes and spaces, which were causing problems on the parsing in AIX paralell Solution: replaced the spaces by = that is, instead of -f "GZIP 6" we have now -f GZIP=6 Platforms tested: linux solaris AIX paralell Misc. update:
Diffstat (limited to 'tools/h5repack/testh5repack_dset.c')
-rw-r--r--tools/h5repack/testh5repack_dset.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/h5repack/testh5repack_dset.c b/tools/h5repack/testh5repack_dset.c
index d74c214..4d04da1 100644
--- a/tools/h5repack/testh5repack_dset.c
+++ b/tools/h5repack/testh5repack_dset.c
@@ -243,9 +243,7 @@ void write_dset_in(hid_t loc_id,
/* Dataset region reference ( H5R_DATASET_REGION ) */
make_dset_reg_ref(loc_id);
-#if defined(H5_REPACK_DEBUG)
- read_dset_reg_ref(loc_id);
-#endif
+
/*-------------------------------------------------------------------------
* H5T_ENUM