diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-06-26 16:05:32 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-06-26 16:05:32 (GMT) |
commit | 785938ace19e2533ab94c14b6cd8de508fe18f15 (patch) | |
tree | a0cd0e4484b00a14aacf015e2ca59dc8c3f8f55f /tools/h5dump | |
parent | 8846157e5985458fd0a3ddb47658a14d10fb97b2 (diff) | |
download | hdf5-785938ace19e2533ab94c14b6cd8de508fe18f15.zip hdf5-785938ace19e2533ab94c14b6cd8de508fe18f15.tar.gz hdf5-785938ace19e2533ab94c14b6cd8de508fe18f15.tar.bz2 |
[svn-r12438] Purpose:
updated some comments
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'tools/h5dump')
-rw-r--r-- | tools/h5dump/binread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5dump/binread.c b/tools/h5dump/binread.c index d3b43a9..02bb115 100644 --- a/tools/h5dump/binread.c +++ b/tools/h5dump/binread.c @@ -20,7 +20,7 @@ /* This program reads binary output from h5dump (-b option). To use change the following 3 symbols accordingly. - For example, to read 6 elements of a float type from a file "out.dat", define + For example, to read 6 elements of a float type , define #define NELMTS 6 #define TYPE float |