diff options
-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 |