summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-02-10 18:44:22 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-02-10 18:44:22 (GMT)
commitb55e5cb9441a658f9e7bc06e4656a6045d0666e8 (patch)
treeaaa79a416d45d70e355c7e30c5d0e7580ac129b7 /src/H5F.c
parent24d8506dd564c5cc0fdebb5ebdfaec7bda5a7435 (diff)
downloadhdf5-b55e5cb9441a658f9e7bc06e4656a6045d0666e8.zip
hdf5-b55e5cb9441a658f9e7bc06e4656a6045d0666e8.tar.gz
hdf5-b55e5cb9441a658f9e7bc06e4656a6045d0666e8.tar.bz2
[svn-r6388] Purpose:
Update feature Description: Relax collective constraint for API functions which only read metadata from a file. Platforms tested: Tested h5committest {arabica (fortran), eirene (fortran, C++) modi4 (parallel, fortran)} FreeBSD 4.7 w/parallel
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 3ca2c30..5e2f473 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -1390,7 +1390,7 @@ H5Fis_hdf5(const char *name)
HGOTO_ERROR(H5E_IO, H5E_CANTINIT, FAIL, "unable to open file");
/* The file is an hdf5 file if the hdf5 file signature can be found */
- ret_value = (HADDR_UNDEF!=H5F_locate_signature(file, H5AC_dxpl_id));
+ ret_value = (HADDR_UNDEF!=H5F_locate_signature(file, H5AC_ind_dxpl_id));
done:
/* Close the file */