summaryrefslogtreecommitdiffstats
path: root/fortran
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-11 16:20:53 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-09-11 16:20:53 (GMT)
commitcefacc4de4e59963fd1f2d41bb62109ad2b897d9 (patch)
tree3ce197ba0c13c1fc3f9e94285183b9a754d285da /fortran
parent0ab7f17090b33e5be900e3e4aaf168f0038cece3 (diff)
downloadhdf5-cefacc4de4e59963fd1f2d41bb62109ad2b897d9.zip
hdf5-cefacc4de4e59963fd1f2d41bb62109ad2b897d9.tar.gz
hdf5-cefacc4de4e59963fd1f2d41bb62109ad2b897d9.tar.bz2
[svn-r25587] replace some missed is_hdf5 with is_accessible in fortran.
Diffstat (limited to 'fortran')
-rw-r--r--fortran/doc/DevelGuide/masterindex.html2
-rw-r--r--fortran/doc/DevelGuide/robo_subroutines.html2
-rw-r--r--fortran/doc/DevelGuide/src/H5Fff_f90.html18
-rw-r--r--fortran/doc/DevelGuide/toc_index.html2
-rw-r--r--fortran/src/hdf5_fortrandll.def.in2
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 @@
<a href="./src/H5Fff_f90.html#robo142" class="indexitem" >h5fget_name_f</a>
<a href="./src/H5Fff_f90.html#robo143" class="indexitem" >h5fget_obj_count_f</a>
<a href="./src/H5Fff_f90.html#robo144" class="indexitem" >h5fget_obj_ids_f</a>
-<a href="./src/H5Fff_f90.html#robo145" class="indexitem" >h5fis_hdf5_f</a>
+<a href="./src/H5Fff_f90.html#robo145" class="indexitem" >h5fis_accessible_f</a>
<a href="./src/H5Fff_f90.html#robo146" class="indexitem" >h5fmount_f</a>
<a href="./src/H5Fff_f90.html#robo147" class="indexitem" >h5fopen_f</a>
<a href="./src/H5Fff_f90.html#robo148" class="indexitem" >h5freopen_f</a>
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 @@
<a href="./src/H5Fff_f90.html#robo142" class="indexitem" >h5fget_name_f</a>
<a href="./src/H5Fff_f90.html#robo143" class="indexitem" >h5fget_obj_count_f</a>
<a href="./src/H5Fff_f90.html#robo144" class="indexitem" >h5fget_obj_ids_f</a>
-<a href="./src/H5Fff_f90.html#robo145" class="indexitem" >h5fis_hdf5_f</a>
+<a href="./src/H5Fff_f90.html#robo145" class="indexitem" >h5fis_accessible_f</a>
<a href="./src/H5Fff_f90.html#robo146" class="indexitem" >h5fmount_f</a>
<a href="./src/H5Fff_f90.html#robo147" class="indexitem" >h5fopen_f</a>
<a href="./src/H5Fff_f90.html#robo148" class="indexitem" >h5freopen_f</a>
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 @@
</pre>
<hr />
-<a name="H5F2fh5fis5fhdf55ff"></a>
-<a name="robo145"></a><h2>h5fis_hdf5_f</h2>
+<a name="H5F2fh5fis5f5accessibleff"></a>
+<a name="robo145"></a><h2>h5fis_accessible_f</h2>
<p>[ <a href="#robo_top_of_doc">Top</a> ] [ <a href="#robo39">H5F</a> ] [ <a href="../robo_subroutines.html#robo_top_of_doc">Subroutines</a> ]</p>
<p class="item_name">NAME</p>
-<pre> <strong>h5fis_hdf5_f</strong>
+<pre> <strong>h5fis_accessible_f</strong>
</pre>
<p class="item_name">PURPOSE</p>
-<pre> Determines whether a file is in the <a href="./HDF5_f90.html#robo76">HDF5</a> format.
+<pre> Check if the file can be opened with the given fapl.
</pre>
<p class="item_name">INPUTS</p>
<pre> name - name of the file to check
+ fapl_id - the file access property list with which to
+ attempt to access the file.
</pre>
<p class="item_name">OUTPUTS</p>
-<pre> status - indicates if file is and <a href="./HDF5_f90.html#robo76">HDF5</a> file
- hdferr - Returns 0 if successful and -1 if fails
+<pre> status - indicates if file is accessible
+ hdferr - Returns TRUE/FALSE if successful and -1 if fails
</pre>
<p class="item_name">AUTHOR</p>
<pre> Elena Pourmal
@@ -470,9 +472,11 @@
port). February 28, 2001
</pre>
<p class="item_name">SOURCE</p>
-<pre class="source"> SUBROUTINE <strong>h5fis_hdf5_f</strong><span class="sign">(</span>name<span class="sign">,</span> status<span class="sign">,</span> hdferr<span class="sign">)</span>
+<pre class="source"> SUBROUTINE <strong>h5fis_accessible_f</strong><span class="sign">(</span>name<span class="sign">,</span> status<span class="sign">,</span> hdferr<span class="sign">)</span>
IMPLICIT NONE
CHARACTER<span class="sign">(</span>LEN<span class="sign">=</span><span class="sign">*</span><span class="sign">)</span><span class="sign">,</span> INTENT<span class="sign">(</span>IN<span class="sign">)</span> <span class="sign">:</span><span class="sign">:</span> name <span class="sign">!</span> Name of the file
+ INTEGER<span class="sign">(</span>HID_T<span class="sign">)</span><span class="sign">,</span> INTENT<span class="sign">(</span>IN<span class="sign">)</span> <span class="sign">:</span><span class="sign">:</span> fapl_id <span class="sign">!</span> Identifier <span class="keyword">for</span> file access property list
+ <span class="sign">!</span> with which to attempt to access the file
LOGICAL<span class="sign">,</span> INTENT<span class="sign">(</span>OUT<span class="sign">)</span> <span class="sign">:</span><span class="sign">:</span> status <span class="sign">!</span> Indicates <span class="keyword">if</span> file
<span class="sign">!</span> is an <a href="./HDF5_f90.html#robo76">HDF5</a> file
INTEGER<span class="sign">,</span> INTENT<span class="sign">(</span>OUT<span class="sign">)</span> <span class="sign">:</span><span class="sign">:</span> hdferr <span class="sign">!</span> 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 @@
<li><a href="./src/H5Fff_f90.html#robo142">h5fget_name_f</a></li>
<li><a href="./src/H5Fff_f90.html#robo143">h5fget_obj_count_f</a></li>
<li><a href="./src/H5Fff_f90.html#robo144">h5fget_obj_ids_f</a></li>
-<li><a href="./src/H5Fff_f90.html#robo145">h5fis_hdf5_f</a></li>
+<li><a href="./src/H5Fff_f90.html#robo145">h5fis_accessible_f</a></li>
<li><a href="./src/H5Fff_f90.html#robo146">h5fmount_f</a></li>
<li><a href="./src/H5Fff_f90.html#robo147">h5fopen_f</a></li>
<li><a href="./src/H5Fff_f90.html#robo148">h5freopen_f</a></li>
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