mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r26383] Add MAPPING to VDS output
This commit is contained in:
parent
802fac804d
commit
9cdf806eec
@ -94,6 +94,7 @@
|
||||
#define PACKED_OFFSET "OFFSET"
|
||||
#define PACKED_LENGTH "LENGTH"
|
||||
#define VDS_VIRTUAL "VIRTUAL"
|
||||
#define VDS_MAPPING "MAPPING"
|
||||
#define VDS_REG_HYPERSLAB "REGULAR_HYPERSLAB"
|
||||
#define VDS_IRR_HYPERSLAB "IRREGULAR_HYPERSLAB"
|
||||
#define VDS_POINT "POINT"
|
||||
|
@ -3156,7 +3156,7 @@ h5tools_dump_dcpl(FILE *stream, const h5tool_format_t *info,
|
||||
h5tools_simple_prefix(stream, info, ctx, curr_pos, 0);
|
||||
|
||||
h5tools_str_reset(&buffer);
|
||||
h5tools_str_append(&buffer, "%s ", BEGIN);
|
||||
h5tools_str_append(&buffer, "%s %ld %s ", VDS_MAPPING, next, BEGIN);
|
||||
h5tools_render_element(stream, info, ctx, &buffer, &curr_pos, (size_t) ncols, (hsize_t) 0, (hsize_t) 0);
|
||||
|
||||
ctx->indent_level++;
|
||||
|
Loading…
x
Reference in New Issue
Block a user