From cefacc4de4e59963fd1f2d41bb62109ad2b897d9 Mon Sep 17 00:00:00 2001 From: Mohamad Chaarawi Date: Thu, 11 Sep 2014 11:20:53 -0500 Subject: [svn-r25587] replace some missed is_hdf5 with is_accessible in fortran. --- fortran/doc/DevelGuide/masterindex.html | 2 +- fortran/doc/DevelGuide/robo_subroutines.html | 2 +- fortran/doc/DevelGuide/src/H5Fff_f90.html | 18 +++++++++++------- fortran/doc/DevelGuide/toc_index.html | 2 +- fortran/src/hdf5_fortrandll.def.in | 2 +- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/fortran/doc/DevelGuide/masterindex.html b/fortran/doc/DevelGuide/masterindex.html index 9765ea0..b187d66 100644 --- a/fortran/doc/DevelGuide/masterindex.html +++ b/fortran/doc/DevelGuide/masterindex.html @@ -164,7 +164,7 @@ h5fget_name_f h5fget_obj_count_f h5fget_obj_ids_f -h5fis_hdf5_f +h5fis_accessible_f h5fmount_f h5fopen_f h5freopen_f diff --git a/fortran/doc/DevelGuide/robo_subroutines.html b/fortran/doc/DevelGuide/robo_subroutines.html index 0846c77..a5ce815 100644 --- a/fortran/doc/DevelGuide/robo_subroutines.html +++ b/fortran/doc/DevelGuide/robo_subroutines.html @@ -92,7 +92,7 @@ h5fget_name_f h5fget_obj_count_f h5fget_obj_ids_f -h5fis_hdf5_f +h5fis_accessible_f h5fmount_f h5fopen_f h5freopen_f diff --git a/fortran/doc/DevelGuide/src/H5Fff_f90.html b/fortran/doc/DevelGuide/src/H5Fff_f90.html index b0164c9..fd8e579 100644 --- a/fortran/doc/DevelGuide/src/H5Fff_f90.html +++ b/fortran/doc/DevelGuide/src/H5Fff_f90.html @@ -443,22 +443,24 @@
- -

h5fis_hdf5_f

+ +

h5fis_accessible_f

[ Top ] [ H5F ] [ Subroutines ]

NAME

-
  h5fis_hdf5_f
+
  h5fis_accessible_f
 

PURPOSE

-
  Determines whether a file is in the HDF5 format.
+
  Check if the file can be opened with the given fapl.
 

INPUTS

  name          - name of the file to check
+  fapl_id          - the file access property list with which to
+                     attempt to access the file.
 

OUTPUTS

-
  status        - indicates if file is and HDF5 file
-  hdferr        - Returns 0 if successful and -1 if fails
+
  status        - indicates if file is accessible
+  hdferr        - Returns TRUE/FALSE if successful and -1 if fails
 

AUTHOR

  Elena Pourmal
@@ -470,9 +472,11 @@
   port).  February 28, 2001
 

SOURCE

-
  SUBROUTINE h5fis_hdf5_f(name, status, hdferr)
+
  SUBROUTINE h5fis_accessible_f(name, status, hdferr)
     IMPLICIT NONE
     CHARACTER(LEN=*), INTENT(IN) :: name   ! Name of the file
+    INTEGER(HID_T), INTENT(IN) :: fapl_id   ! Identifier for file access property list
+                                           ! with which to attempt to access the file
     LOGICAL, INTENT(OUT) :: status         ! Indicates if file
                                            ! is an HDF5 file
     INTEGER, INTENT(OUT) :: hdferr         ! Error code
diff --git a/fortran/doc/DevelGuide/toc_index.html b/fortran/doc/DevelGuide/toc_index.html
index 94a2792..8460580 100644
--- a/fortran/doc/DevelGuide/toc_index.html
+++ b/fortran/doc/DevelGuide/toc_index.html
@@ -133,7 +133,7 @@
 
  • h5fget_name_f
  • h5fget_obj_count_f
  • h5fget_obj_ids_f
  • -
  • h5fis_hdf5_f
  • +
  • h5fis_accessible_f
  • h5fmount_f
  • h5fopen_f
  • h5freopen_f
  • diff --git a/fortran/src/hdf5_fortrandll.def.in b/fortran/src/hdf5_fortrandll.def.in index c9c5e76..b679aed 100644 --- a/fortran/src/hdf5_fortrandll.def.in +++ b/fortran/src/hdf5_fortrandll.def.in @@ -226,7 +226,7 @@ H5F_mp_H5FOPEN_F H5F_mp_H5FREOPEN_F H5F_mp_H5FGET_CREATE_PLIST_F H5F_mp_H5FGET_ACCESS_PLIST_F -H5F_mp_H5FIS_HDF5_F +H5F_mp_H5FIS_ACCESSIBLE_F H5F_mp_H5FGET_NAME_F H5F_mp_H5FGET_FILESIZE_F @H5_NOF03EXP@H5F_PROVISIONAL_mp_H5FGET_FILE_IMAGE_F -- cgit v0.12