summaryrefslogtreecommitdiffstats
path: root/tools/src/h5dump/h5dump_extern.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-22 18:10:40 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-24 19:34:28 (GMT)
commit40b51136a27ea583f8c826973aef20ac3ef17eeb (patch)
tree77db74a861521779c3ff7be58e74c28095ad61a0 /tools/src/h5dump/h5dump_extern.h
parentc9eedcb82558673c9d22a1250a6054c18a3057fb (diff)
downloadhdf5-40b51136a27ea583f8c826973aef20ac3ef17eeb.zip
hdf5-40b51136a27ea583f8c826973aef20ac3ef17eeb.tar.gz
hdf5-40b51136a27ea583f8c826973aef20ac3ef17eeb.tar.bz2
HDFFV-8611 change h5repack to save the root group creation order
Added test and new arguments to control the the input file parsing.
Diffstat (limited to 'tools/src/h5dump/h5dump_extern.h')
-rw-r--r--tools/src/h5dump/h5dump_extern.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/src/h5dump/h5dump_extern.h b/tools/src/h5dump/h5dump_extern.h
index 22aca73..00d3bd2 100644
--- a/tools/src/h5dump/h5dump_extern.h
+++ b/tools/src/h5dump/h5dump_extern.h
@@ -77,10 +77,6 @@ extern int include_attrs; /* Display attributes */
extern int display_vds_first; /* vds display to first missing */
extern int vds_gap_size; /* vds skip missing files */
-/* sort parameters */
-extern H5_index_t sort_by; /*sort_by [creation_order | name] */
-extern H5_iter_order_t sort_order; /*sort_order [ascending | descending] */
-
#define PACKED_BITS_MAX 8 /* Maximum number of packed-bits to display */
#define PACKED_BITS_SIZE_MAX 8*sizeof(long long) /* Maximum bits size of integer types of packed-bits */
/* mask list for packed bits */