summaryrefslogtreecommitdiffstats
path: root/doc/html/fortran/h5t_FORTRAN.html
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2003-03-19 16:09:07 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2003-03-19 16:09:07 (GMT)
commitec51828b763d250dbe1c6de466baa52cc87e8a3e (patch)
treef71d714e1d90d93ad4e383b5233aa538f6aeee29 /doc/html/fortran/h5t_FORTRAN.html
parent621f8c50b61617833bfe9e71b347e8b892696478 (diff)
downloadhdf5-ec51828b763d250dbe1c6de466baa52cc87e8a3e.zip
hdf5-ec51828b763d250dbe1c6de466baa52cc87e8a3e.tar.gz
hdf5-ec51828b763d250dbe1c6de466baa52cc87e8a3e.tar.bz2
[svn-r6491]
Purpose: Catching up with the C library Description: Updated documentation files to include information on the following functions h5iget_name_f h5tis_variavle_str_f h5zunregister_f h5zfilter_avail_f h5pset_shuffle_f h5pset_fletcher32 h5pset_edc_check_f h5pget_edc_check_f h5dfill_f Solution: Platforms tested: arabica(C and F90), burrwhite (pgcc and pgf90), modi4 (F90 and parallel) Misc. update:
Diffstat (limited to 'doc/html/fortran/h5t_FORTRAN.html')
-rw-r--r--doc/html/fortran/h5t_FORTRAN.html32
1 files changed, 25 insertions, 7 deletions
diff --git a/doc/html/fortran/h5t_FORTRAN.html b/doc/html/fortran/h5t_FORTRAN.html
index c7b1733..488ced1 100644
--- a/doc/html/fortran/h5t_FORTRAN.html
+++ b/doc/html/fortran/h5t_FORTRAN.html
@@ -1259,6 +1259,30 @@ FORTRAN Datatype API -- h5t
<p>&nbsp;
<hr>
<p>&nbsp;
+<a name="h5tis_variable_str_f">
+<p>&nbsp;
+</a>
+
+
+<dt><strong>FORTRAN interface:</strong> &nbsp <strong>h5tis_variable_str_f</strong>
+<pre>
+
+ SUBROUTINE h5tis_variable_str_f(type_id, status, hdferr)
+ IMPLICIT NONE
+ INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier
+ LOGICAL, INTENT(OUT) :: status ! Logical flag:
+ ! .TRUE. is datatype is a varibale string
+ ! .FALSE. otherwise
+ INTEGER, INTENT(OUT) :: hdferr ! Error code
+
+ END SUBROUTINE h5tis_variable_str_f
+</pre>
+
+
+<p>&nbsp;
+<p>&nbsp;
+<hr>
+<p>&nbsp;
<a name="h5tget_super_f">
<p>&nbsp;
</a>
@@ -1276,12 +1300,6 @@ FORTRAN Datatype API -- h5t
</pre>
-
-
-
-
-
-
</dl>
<p>&nbsp;
@@ -1295,7 +1313,7 @@ FORTRAN Datatype API -- h5t
Describes HDF5 Release 1.5, Unreleased Development Branch
</address><!-- #EndLibraryItem -->
-Last modified: 14 March 2003
+Last modified: 19 March 2003
</body>
</html>