diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-03-06 17:53:56 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-03-06 17:53:56 (GMT) |
commit | 9cdf806eec4e66802fb0a544ba19f46a532154bb (patch) | |
tree | 63c21e6e07bcf3b4381feb5f8d07fef5bc246751 /tools/lib/h5tools.h | |
parent | 802fac804d69bf7d33043a8d21321640ac1786dd (diff) | |
download | hdf5-9cdf806eec4e66802fb0a544ba19f46a532154bb.zip hdf5-9cdf806eec4e66802fb0a544ba19f46a532154bb.tar.gz hdf5-9cdf806eec4e66802fb0a544ba19f46a532154bb.tar.bz2 |
[svn-r26383] Add MAPPING to VDS output
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index 1ddc584..cf841e5 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -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" |