diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-03-12 19:27:33 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-03-12 19:27:33 (GMT) |
commit | 32934cfa2b1955cd7f55a0a041da227e0af7f3e7 (patch) | |
tree | 40bf27e471c348e06737ebaa7b0ef25657520cc4 | |
parent | da23c98e5839d99dd3ddda7e5e48b1a271ae5d97 (diff) | |
download | hdf5-32934cfa2b1955cd7f55a0a041da227e0af7f3e7.zip hdf5-32934cfa2b1955cd7f55a0a041da227e0af7f3e7.tar.gz hdf5-32934cfa2b1955cd7f55a0a041da227e0af7f3e7.tar.bz2 |
[svn-r13506]
make comments equal in 1.6 and 1.7
-rw-r--r-- | tools/h5dump/h5dump.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/h5dump/h5dump.c b/tools/h5dump/h5dump.c index 4b22a09..0af6d5d 100644 --- a/tools/h5dump/h5dump.c +++ b/tools/h5dump/h5dump.c @@ -2862,9 +2862,10 @@ set_output_file(const char *fname, int is_bin) /*------------------------------------------------------------------------- * Function: set_binary_form * - * Purpose: + * Purpose: set the binary form of output by translating from a string input + * parameter to a integer return value * - * Return: + * Return: integer form of binary output or -1 if none found * * Programmer: Pedro Vicente Nunes * June 28, 2006 |