diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-08-09 17:15:06 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-08-09 17:15:06 (GMT) |
commit | 02b5824f57c778aa91f4d78f72a615f2e62a3783 (patch) | |
tree | 3326933f473ae2c20a3e6b7c12cebd894877e3fc /tools/lib/h5tools.h | |
parent | a586c760ee217c619fc97f0498c57506fb360a3e (diff) | |
download | hdf5-02b5824f57c778aa91f4d78f72a615f2e62a3783.zip hdf5-02b5824f57c778aa91f4d78f72a615f2e62a3783.tar.gz hdf5-02b5824f57c778aa91f4d78f72a615f2e62a3783.tar.bz2 |
[svn-r19198] [BZ1953]implementation for the proposed changes suggested by the "h5dump_output_option" RFC. This required that the region reference code be duplicated and reduced to allow the do_bin_output() function to understand region references. The container type-id also needed to be propagated into the do_bin_output() function and functions referenced (render_bin_output*).
Existing tests tested the binary function, so only one test was added to test the region reference generated file.
Tested: local linux
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index 2c8ec96..219e85d 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -574,7 +574,6 @@ int h5tools_print_datatype(h5tools_str_t *buffer/*in,out*/, const h5tool_format_t *info, h5tools_context_t *ctx/*in,out*/, hid_t type); int h5tools_print_enum(h5tools_str_t *buffer/*in,out*/, hid_t type); - #ifdef __cplusplus } #endif |