diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-16 20:38:05 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-11-16 20:38:05 (GMT) |
commit | 8040a0f38168981415a3350bc7baa01a6d6409b8 (patch) | |
tree | d54770148ac9da19970cb1fe38706e36240af9e5 /tools/h5repack/h5repack.h | |
parent | f02a3bd46d1688345dfc11e2179098c2b504b70a (diff) | |
download | hdf5-8040a0f38168981415a3350bc7baa01a6d6409b8.zip hdf5-8040a0f38168981415a3350bc7baa01a6d6409b8.tar.gz hdf5-8040a0f38168981415a3350bc7baa01a6d6409b8.tar.bz2 |
[svn-r12928] code revision
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index 0f5ccfe..9b1d911 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -80,9 +80,9 @@ typedef struct { /* store a table of all objects */ typedef struct { - int size; - int nelems; - pack_info_t *objs; + unsigned int size; + unsigned int nelems; + pack_info_t *objs; } pack_opttbl_t; @@ -102,7 +102,6 @@ typedef struct { int verbose; /*verbose mode */ hsize_t threshold; /*minimum size to compress, in bytes */ int use_native; /*use a native type in write */ - int have_fc_f; /*has input to use filter/chunking flag */ } pack_opt_t; |