diff options
-rw-r--r-- | doc/html/Tools.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 9583b37..2ebe8be 100644 --- a/doc/html/Tools.html +++ b/doc/html/Tools.html @@ -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: |