summaryrefslogtreecommitdiffstats
path: root/tools/h4toh5/h4toh5util.h
diff options
context:
space:
mode:
authorMuQun Yang <ymuqun@hdfgroup.org>2001-12-13 16:43:24 (GMT)
committerMuQun Yang <ymuqun@hdfgroup.org>2001-12-13 16:43:24 (GMT)
commit4b7fe911263077521c00f7c2e3a8d651152fdef2 (patch)
tree2c1360e87fb9bf99559f7b902817edc38615f993 /tools/h4toh5/h4toh5util.h
parentfaf5c098401f7a9a10ed24c64fcac7d83cb56476 (diff)
downloadhdf5-4b7fe911263077521c00f7c2e3a8d651152fdef2.zip
hdf5-4b7fe911263077521c00f7c2e3a8d651152fdef2.tar.gz
hdf5-4b7fe911263077521c00f7c2e3a8d651152fdef2.tar.bz2
[svn-r4719]
Purpose: minor code changes for SDS conversion with unlimited dimension case Description: Solution: Platforms tested: eirene
Diffstat (limited to 'tools/h4toh5/h4toh5util.h')
-rw-r--r--tools/h4toh5/h4toh5util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h4toh5/h4toh5util.h b/tools/h4toh5/h4toh5util.h
index ea13319..3143687 100644
--- a/tools/h4toh5/h4toh5util.h
+++ b/tools/h4toh5/h4toh5util.h
@@ -151,7 +151,7 @@ public constant for hdf lib, this constant can be released.*/
/*13. define a default first dimension chunking size when the
current unlimited dimensional size of SDS is set to 0. */
-#define DEF_CHUNKSIZE 20
+#define HDF4_CHUNKSIZE 20
extern int32 estnum_vg;
extern int32 estnum_vd;
extern int32 num_sds;