From 22bc8c18e1550f3cc7f82e17de5199054f1ce9f4 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Fri, 17 Aug 2001 15:36:25 -0500 Subject: [PATCH] [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 --- tools/h4toh5/h4toh5util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/h4toh5/h4toh5util.h b/tools/h4toh5/h4toh5util.h index 27bdcb50a1..e04aa353ea 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. */