From 60cdbb8288220663f3380875f7d4111fa9b91029 Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Tue, 6 May 2003 17:01:56 -0500 Subject: [PATCH] [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 --- doc/html/Tools.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/Tools.html b/doc/html/Tools.html index 9583b379b5..2ebe8be1ea 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.

- An example of how to use HDF5 to compile the program + An example of how to use h5cc to compile the program hdf_prog, which consists of modules prog1.c and prog2.c 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.

- An example of how to use HDF5 to compile the program + An example of how to use h5fc to compile the program hdf_prog, which consists of modules prog1.f90 and prog2.f90 and uses the HDF5 Fortran library, would be as follows: