summaryrefslogtreecommitdiffstats
path: root/doc/html/fortran
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>2003-03-14 19:12:34 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>2003-03-14 19:12:34 (GMT)
commitd586a1adb9351bd1c8dd8b675901edc59f6ae964 (patch)
treedb95123aabf4732f7eb4cb369618d36a1a754cda /doc/html/fortran
parent0937359ed351ab601820b214e18f82477fb4983d (diff)
downloadhdf5-d586a1adb9351bd1c8dd8b675901edc59f6ae964.zip
hdf5-d586a1adb9351bd1c8dd8b675901edc59f6ae964.tar.gz
hdf5-d586a1adb9351bd1c8dd8b675901edc59f6ae964.tar.bz2
[svn-r6478]
Purpose: DreamWeaver (DW) adaptation of the HDF5 doc set, introducing the use of stylesheets and DW libraries. Stylesheets -- for consistent format management. DW libraries -- for managing common elements across documents. Platforms tested: IE 5 and 6 Netscape
Diffstat (limited to 'doc/html/fortran')
-rw-r--r--doc/html/fortran/F90Flags.html20
-rw-r--r--doc/html/fortran/F90UserNotes.html13
-rw-r--r--doc/html/fortran/Makefile.in3
-rw-r--r--doc/html/fortran/h5_FORTRAN.html13
-rw-r--r--doc/html/fortran/h5a_FORTRAN.html13
-rw-r--r--doc/html/fortran/h5d_FORTRAN.html13
-rw-r--r--doc/html/fortran/h5e_FORTRAN.html12
-rw-r--r--doc/html/fortran/h5f_FORTRAN.html12
-rw-r--r--doc/html/fortran/h5g_FORTRAN.html12
-rw-r--r--doc/html/fortran/h5i_FORTRAN.html12
-rw-r--r--doc/html/fortran/h5p_FORTRAN.html13
-rw-r--r--doc/html/fortran/h5r_FORTRAN.html13
-rw-r--r--doc/html/fortran/h5s_FORTRAN.html12
-rw-r--r--doc/html/fortran/h5t_FORTRAN.html32
14 files changed, 114 insertions, 79 deletions
diff --git a/doc/html/fortran/F90Flags.html b/doc/html/fortran/F90Flags.html
index 7b46c07..cfbd427 100644
--- a/doc/html/fortran/F90Flags.html
+++ b/doc/html/fortran/F90Flags.html
@@ -1,7 +1,9 @@
<html>
<head><title>
HDF5 Fortran90 Flags and Datatypes
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -114,8 +116,8 @@ The Fortran90 HDF5 flags have the same meanings as the C flags defined in the
</pre>
</td>
<td valign=top width=33% align=left>
-<pre>
- &nbsp;
+<pre>&nbsp;
+
</pre>
</tr></td>
</table>
@@ -222,8 +224,8 @@ The Fortran90 HDF5 flags have the same meanings as the C flags defined in the
</pre>
</td>
<td valign=top width=33% align=left>
-<pre>
- &nbsp;
+<pre>&nbsp;
+
</pre>
</tr></td>
</table>
@@ -299,13 +301,13 @@ The Fortran90 HDF5 flags have the same meanings as the C flags defined in the
<hr>
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-
-<br>
-Last modified: 3 April 2001
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+
+Last modified: 3 April 2001
</body>
</html>
diff --git a/doc/html/fortran/F90UserNotes.html b/doc/html/fortran/F90UserNotes.html
index 9107eb7..9d9f5c6 100644
--- a/doc/html/fortran/F90UserNotes.html
+++ b/doc/html/fortran/F90UserNotes.html
@@ -1,7 +1,8 @@
<html>
<head>
<title>HDF5 Fortran90 User's Notes</title>
-</head>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor=#FFFFFF>
<pre>
@@ -107,10 +108,14 @@ About the Fortran APIs
<hr>
-<pre>
+
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
+<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
+<br>
+Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+
Last modified: 15 December 2000
-Describes HDF5 Release 1.5, Unreleased Development Branch
-</pre>
</body>
</html>
diff --git a/doc/html/fortran/Makefile.in b/doc/html/fortran/Makefile.in
index 10a5fa3..b42b738 100644
--- a/doc/html/fortran/Makefile.in
+++ b/doc/html/fortran/Makefile.in
@@ -15,7 +15,8 @@ SUBDIRS=
DOCDIR=$(docdir)/hdf5/fortran
# Public doc files (to be installed)...
-PUB_DOCS=F90UserNotes.html h5a_FORTRAN.html h5d_FORTRAN.html \
+PUB_DOCS=F90Flags.html F90UserNotes.html \
+ h5_FORTRAN.html h5a_FORTRAN.html h5d_FORTRAN.html \
h5e_FORTRAN.html h5f_FORTRAN.html h5g_FORTRAN.html \
h5i_FORTRAN.html h5p_FORTRAN.html h5r_FORTRAN.html \
h5s_FORTRAN.html h5t_FORTRAN.html
diff --git a/doc/html/fortran/h5_FORTRAN.html b/doc/html/fortran/h5_FORTRAN.html
index 94a4967..1f6c726 100644
--- a/doc/html/fortran/h5_FORTRAN.html
+++ b/doc/html/fortran/h5_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN General Library API -- h5i
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -165,14 +167,13 @@ FORTRAN General Library API -- h5i
<hr>
-
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 24 September, 2002
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+
+Last modified: 24 September, 2002
</body>
</html>
diff --git a/doc/html/fortran/h5a_FORTRAN.html b/doc/html/fortran/h5a_FORTRAN.html
index b5859d6..957b5c5 100644
--- a/doc/html/fortran/h5a_FORTRAN.html
+++ b/doc/html/fortran/h5a_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN Attribute API -- h5a
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -296,14 +298,13 @@ FORTRAN Attribute API -- h5a
<hr>
-
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 6 May 2002
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+
+Last modified: 6 May 2002
</body>
</html>
diff --git a/doc/html/fortran/h5d_FORTRAN.html b/doc/html/fortran/h5d_FORTRAN.html
index 094c2ff..4134198 100644
--- a/doc/html/fortran/h5d_FORTRAN.html
+++ b/doc/html/fortran/h5d_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN Dataset API -- h5d
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -395,14 +397,13 @@ FORTRAN Dataset API -- h5d
<hr>
-
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 11 November 2002
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+
+Last modified: 5 March 2003
</body>
</html>
diff --git a/doc/html/fortran/h5e_FORTRAN.html b/doc/html/fortran/h5e_FORTRAN.html
index 3ee78df..2e0058f 100644
--- a/doc/html/fortran/h5e_FORTRAN.html
+++ b/doc/html/fortran/h5e_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN Error Handling API -- h5e
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -136,15 +138,13 @@ FORTRAN Error Handling API -- h5e
<hr>
-
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 13 July 2000
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+Last modified: 13 July 2000
</body>
</html>
diff --git a/doc/html/fortran/h5f_FORTRAN.html b/doc/html/fortran/h5f_FORTRAN.html
index 65dec4e..6b6b999 100644
--- a/doc/html/fortran/h5f_FORTRAN.html
+++ b/doc/html/fortran/h5f_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN File API -- h5f
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -323,15 +325,13 @@ FORTRAN File API -- h5f
<hr>
-
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 30 September, 2002
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+Last modified: 30 September, 2002
</body>
</html>
diff --git a/doc/html/fortran/h5g_FORTRAN.html b/doc/html/fortran/h5g_FORTRAN.html
index 0b07531..84ef697 100644
--- a/doc/html/fortran/h5g_FORTRAN.html
+++ b/doc/html/fortran/h5g_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN Group API -- h5g
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -351,15 +353,13 @@ FORTRAN Group API -- h5g
<hr>
-
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 11 November 2002
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+Last modified: 5 March 2003
</body>
</html>
diff --git a/doc/html/fortran/h5i_FORTRAN.html b/doc/html/fortran/h5i_FORTRAN.html
index ecc4f6c..0c7a5e6 100644
--- a/doc/html/fortran/h5i_FORTRAN.html
+++ b/doc/html/fortran/h5i_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN Identifier API -- h5i
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -52,15 +54,13 @@ FORTRAN Identifier API -- h5i
<hr>
-
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 14 July 2000
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+Last modified: 14 July 2000
</body>
</html>
diff --git a/doc/html/fortran/h5p_FORTRAN.html b/doc/html/fortran/h5p_FORTRAN.html
index 2b4d752..296be3d 100644
--- a/doc/html/fortran/h5p_FORTRAN.html
+++ b/doc/html/fortran/h5p_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN Property List API -- h5p
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -1478,6 +1480,7 @@ FORTRAN Property List API -- h5p
</pre>
+</dl>
<p>&nbsp;
<p>&nbsp;
@@ -2237,13 +2240,13 @@ FORTRAN Property List API -- h5p
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 10 October, 2002
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+
+Last modified: 14 March 2003
</body>
</html>
diff --git a/doc/html/fortran/h5r_FORTRAN.html b/doc/html/fortran/h5r_FORTRAN.html
index 6758301..81c2f21 100644
--- a/doc/html/fortran/h5r_FORTRAN.html
+++ b/doc/html/fortran/h5r_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN Reference API -- h5r
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -153,14 +155,13 @@ FORTRAN Reference API -- h5r
<hr>
-
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 3 April 2000
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+
+Last modified: 3 April 2000
</body>
</html>
diff --git a/doc/html/fortran/h5s_FORTRAN.html b/doc/html/fortran/h5s_FORTRAN.html
index fbbe333..5dcb30c 100644
--- a/doc/html/fortran/h5s_FORTRAN.html
+++ b/doc/html/fortran/h5s_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN Dataspace API -- h5s
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -805,15 +807,13 @@ FORTRAN Dataspace API -- h5s
<hr>
-
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 8 October, 2002
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+Last modified: 8 October, 2002
</body>
</html>
diff --git a/doc/html/fortran/h5t_FORTRAN.html b/doc/html/fortran/h5t_FORTRAN.html
index d95053a..c7b1733 100644
--- a/doc/html/fortran/h5t_FORTRAN.html
+++ b/doc/html/fortran/h5t_FORTRAN.html
@@ -1,7 +1,9 @@
<html>
<head><title>
FORTRAN Datatype API -- h5t
-</title></head>
+</title>
+
+<!-- #BeginLibraryItem "/ed_libs/styles_RM.lbi" --><link href="../ed_styles/RMelect.css" rel="stylesheet" type="text/css"><!-- #EndLibraryItem --></head>
<body bgcolor="#FFFFFF">
@@ -1253,6 +1255,25 @@ FORTRAN Datatype API -- h5t
</pre>
+<p>&nbsp;
+<p>&nbsp;
+<hr>
+<p>&nbsp;
+<a name="h5tget_super_f">
+<p>&nbsp;
+</a>
+
+
+<dt><strong>FORTRAN interface:</strong> &nbsp <strong>h5tget_super_f</strong>
+<pre>
+
+ SUBROUTINE h5tget_super_f(type_id, base_type_id, hdferr)
+ IMPLICIT NONE
+ INTEGER(HID_T), INTENT(IN) :: type_id ! Datatype identifier
+ INTEGER(HID_T), INTENT(OUT) :: type_id ! Base datatype identifier
+ INTEGER, INTENT(OUT) :: hdferr ! Error code
+ END SUBROUTINE h5tget_super_f
+</pre>
@@ -1268,14 +1289,13 @@ FORTRAN Datatype API -- h5t
<hr>
-
-<address>
+<!-- #BeginLibraryItem "/ed_libs/Footer.lbi" --><address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
-</address>
-
-Last modified: 23 October, 2002
<br>
Describes HDF5 Release 1.5, Unreleased Development Branch
+</address><!-- #EndLibraryItem -->
+
+Last modified: 14 March 2003
</body>
</html>