summaryrefslogtreecommitdiffstats
path: root/testpar
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-08-26 17:39:47 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-08-26 17:39:47 (GMT)
commita163552a5ebd3d4b68294568d9254c80b5463f53 (patch)
tree0fa4760406a57c451404255fff9daad26a2f82a3 /testpar
parentb746b6b4faf12eb60b716b30044673dd0f4e950d (diff)
downloadhdf5-a163552a5ebd3d4b68294568d9254c80b5463f53.zip
hdf5-a163552a5ebd3d4b68294568d9254c80b5463f53.tar.gz
hdf5-a163552a5ebd3d4b68294568d9254c80b5463f53.tar.bz2
[svn-r27588] use H5Dopen2 instead of H5Dopen.
Diffstat (limited to 'testpar')
-rw-r--r--testpar/t_pmulti_dset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/t_pmulti_dset.c b/testpar/t_pmulti_dset.c
index 6c89453..f098ced 100644
--- a/testpar/t_pmulti_dset.c
+++ b/testpar/t_pmulti_dset.c
@@ -298,7 +298,7 @@ test_pmdset(size_t niter, unsigned flags)
/* Reopen datasets */
for(k = 0; k < ndsets; k++) {
- if((multi_info[k].dset_id = H5Dopen(file_id, dset_name[k], H5P_DEFAULT)) < 0)
+ if((multi_info[k].dset_id = H5Dopen2(file_id, dset_name[k], H5P_DEFAULT)) < 0)
T_PMD_ERROR
} /* end for */