diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2001-08-17 20:36:25 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2001-08-17 20:36:25 (GMT) |
commit | 22bc8c18e1550f3cc7f82e17de5199054f1ce9f4 (patch) | |
tree | 514e76ee5ea3547a1fcc7b1c14329a30fb817350 /tools | |
parent | 365461a772b02c5e9be5ac30677b9c5dad93f61c (diff) | |
download | hdf5-22bc8c18e1550f3cc7f82e17de5199054f1ce9f4.zip hdf5-22bc8c18e1550f3cc7f82e17de5199054f1ce9f4.tar.gz hdf5-22bc8c18e1550f3cc7f82e17de5199054f1ce9f4.tar.bz2 |
[svn-r4371]
Purpose:
a bug fix
Description:
change PIXEL_INTERLACE to INTERLACE_PIXEL and other interlace mode description
to fit for the image specification.
Solution:
Platforms tested:
eirene, sol2.7
Diffstat (limited to 'tools')
-rw-r--r-- | tools/h4toh5/h4toh5util.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/h4toh5/h4toh5util.h b/tools/h4toh5/h4toh5util.h index 27bdcb5..e04aa35 100644 --- a/tools/h4toh5/h4toh5util.h +++ b/tools/h4toh5/h4toh5util.h @@ -98,9 +98,9 @@ converter.*/ #define IM_CLASS "IMAGE" /*7.5. define interlace mode. */ #define INTERLACE_MODE "INTERLACE_MODE" -#define PIXEL_INTERLACE "PIXEL_INTERLACE" -#define LINE_INTERLACE "LINE_INTERLACE" -#define PLANE_INTERLACE "PLANE_INTERLACE" +#define PIXEL_INTERLACE "INTERLACE_PIXEL" +#define LINE_INTERLACE "INTERLACE_LINE" +#define PLANE_INTERLACE "INTERLACE_PLANE" /* 8. reserved group name for HDF4 dimensional scale and palette. */ |