diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-03-23 17:42:06 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-03-23 17:42:06 (GMT) |
commit | 5a9a9e8f0ee8bee687c99bcc3a1b2414e10a9ba7 (patch) | |
tree | ac24638ebced42fb499ad3e526781b0a6687c5fa /tools/lib/h5tools.h | |
parent | 710d1caf54cc4edb47ef83280b6d5a1af445b9d1 (diff) | |
download | hdf5-5a9a9e8f0ee8bee687c99bcc3a1b2414e10a9ba7.zip hdf5-5a9a9e8f0ee8bee687c99bcc3a1b2414e10a9ba7.tar.gz hdf5-5a9a9e8f0ee8bee687c99bcc3a1b2414e10a9ba7.tar.bz2 |
[svn-r29534] Normalization w/ revise_chunks in preparation for big merge.
tools directory
Also fixes a minor Java test output error.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial w/ Java, Fortran, & C++
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index d2e3ea6..cec3b9d 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -510,7 +510,7 @@ typedef struct h5tools_context_t { hsize_t size_last_dim; /*the size of the last dimension, *needed so we can break after each *row */ - int indent_level; /*the number of times we need some + int indent_level; /*the number of times we need some *extra indentation */ int default_indent_level; /*this is used when the indent level gets changed */ hsize_t acc[H5S_MAX_RANK]; /* accumulator position */ |