[svn-r6813]

Purpose:
    Correction of a misleading comment.

Description:
    h5cc & h5fc
        Corrected the same spot in each "Description" where the text,
        literally interpreted, implied that HDF5 could be used as a compiler.

Platforms tested:
    IE 5, Safari
This commit is contained in:
Frank Baker 2003-05-06 17:01:56 -05:00
parent 2bd7a9c819
commit 60cdbb8288

View File

@ -866,7 +866,7 @@ to convert files from HDF4 format to HDF5 format and vice versa.
way. In that case, you will have to specify the HDF5 libraries
and include paths yourself.
<p>
An example of how to use HDF5 to compile the program
An example of how to use <code>h5cc</code> to compile the program
<code>hdf_prog</code>, which consists of modules
<code>prog1.c</code> and <code>prog2.c</code> and uses the HDF5
shared library, would be as follows:
@ -948,7 +948,7 @@ to convert files from HDF4 format to HDF5 format and vice versa.
normal way. In that case, you will have to specify the HDF5 libraries
and include paths yourself.
<p>
An example of how to use HDF5 to compile the program
An example of how to use <code>h5fc</code> to compile the program
<code>hdf_prog</code>, which consists of modules
<code>prog1.f90</code> and <code>prog2.f90</code>
and uses the HDF5 Fortran library, would be as follows: