[svn-r3563] Add changes to tutorial for Fortran
Purpose:
[is this a bug fix? feature? ...]
Description:
[describe the bug, or describe the new feature, etc]
Solution:
[details about the changes, algorithm, etc...]
[Please as detail as you can since your own explanation is
better than others guessing it from the code.]
Platforms tested:
[machines you have tested the changed version. This is absolute
important. Test it out on at least two or three different platforms
such as Big-endian-32bit (SUN/IRIX), little-endian-32(LINUX) and
64-bit (IRIX64/UNICOS/DEC-ALPHA) would be good.]
This commit is contained in:
@@ -19,8 +19,6 @@ width=78 height=27 alt="NCSA"><P></A>
|
||||
|
||||
|
||||
<hr noshade size=1>
|
||||
|
||||
<!-- The following buttons are for use only when the Tutorial is served from the HDF web server.
|
||||
<CENTER>
|
||||
<FONT SIZE="3" FACE="arial,helvetica" COLOR="#c80028">
|
||||
<B>[</B> <A HREF="http://hdf.ncsa.uiuc.edu/index.html">Home</A> <B>]</B>
|
||||
@@ -28,12 +26,22 @@ width=78 height=27 alt="NCSA"><P></A>
|
||||
<B>[</B> <A HREF="http://hdf.ncsa.uiuc.edu/products.html">Products</A> <B>]</B>
|
||||
<B>[</B> <A HREF="http://hdf.ncsa.uiuc.edu/newsletters.html">Newsletters</A> <B>]</B>
|
||||
<B>[</B> <A HREF="http://hdf.ncsa.uiuc.edu/docs.html">Documentation</A> <B>]</B>
|
||||
<BR>
|
||||
|
||||
</FONT>
|
||||
<BR>
|
||||
</CENTER>
|
||||
<BR CLEAR=ALL><BR>
|
||||
-->
|
||||
|
||||
<BR CLEAR=ALL><BR>
|
||||
<BODY>
|
||||
|
||||
<BIG><B>NOTE:</B></BIG>
|
||||
This tutorial does NOT include the software needed to
|
||||
<BR>
|
||||
|
||||
compile the examples. You will need to
|
||||
<A HREF="./software.html">obtain</A> it first.
|
||||
|
||||
<H2>Contents:</H2>
|
||||
<H3>Introductory Topics</H3>
|
||||
<OL>
|
||||
@@ -42,11 +50,11 @@ width=78 height=27 alt="NCSA"><P></A>
|
||||
<LI><A HREF="api.html">The HDF5 API</A>
|
||||
<LI><A HREF="crtfile.html">Creating an HDF5 File</A>
|
||||
<LI><A HREF="crtdat.html">Creating a Dataset</A>
|
||||
<LI><A HREF="rdwt.html">Reading from/Writing to a Dataset</A>
|
||||
<LI><A HREF="rdwt.html">Reading from or Writing to a Dataset</A>
|
||||
<LI><A HREF="crtatt.html">Creating an Attribute</A>
|
||||
<LI><A HREF="crtgrp.html">Creating a Group</A>
|
||||
<LI><A HREF="crtgrpar.html">Creating Groups using Absolute/Relative
|
||||
Names</A>
|
||||
<LI><A HREF="crtgrpar.html">Creating Groups Using Absolute and
|
||||
Relative Names</A>
|
||||
<LI><A HREF="crtgrpd.html">Creating Datasets in Groups</A>
|
||||
</OL>
|
||||
<UL>
|
||||
@@ -55,9 +63,9 @@ Names</A>
|
||||
</UL>
|
||||
<H3>Advanced Topics</H3>
|
||||
<UL>
|
||||
<LI><A HREF="compound.html">Compound Data Types</A>
|
||||
<LI><A HREF="select.html">Selections using H5Sselect_hyperslab</A>
|
||||
<LI><A HREF="selectc.html">Selections using H5Sselect_elements and H5SCopy</A>
|
||||
<LI><A HREF="compound.html">Compound Datatypes</A>
|
||||
<LI><A HREF="select.html">Dataspace Selection - Hyperslab</A>
|
||||
<LI><A HREF="selectc.html">Dataspace Selection - Individual Points</A>
|
||||
<LI><A HREF="reftoobj.html">References to Objects</A>
|
||||
<LI><A HREF="reftoreg.html">References to Dataset Regions</A>
|
||||
<LI><A HREF="extend.html">Chunking and Extendible Datasets</A>
|
||||
@@ -86,7 +94,7 @@ Names</A>
|
||||
<!-- <A HREF="helpdesk.mail.html"> -->
|
||||
<A HREF="mailto:hdfhelp@ncsa.uiuc.edu">
|
||||
hdfhelp@ncsa.uiuc.edu</A>
|
||||
<BR> <H6>Last Modified: October 8, 1999</H6><BR>
|
||||
<BR> <H6>Last Modified: January 10, 2001</H6><BR>
|
||||
<!-- modified by Barbara Jones - bljones@ncsa.uiuc.edu -->
|
||||
</FONT>
|
||||
<BR>
|
||||
|
||||
Reference in New Issue
Block a user