diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-12-11 19:14:43 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-12-11 19:14:43 (GMT) |
commit | aa4fc58ac985ba354525056428d79f918f95d119 (patch) | |
tree | c6526fa0d55e8e9cbe365fedd0a431e28c67043c /tools/misc/vds/UC_4.h | |
parent | f53c939bd05b44d0cfc520f4de870d139ab1e61f (diff) | |
download | hdf5-aa4fc58ac985ba354525056428d79f918f95d119.zip hdf5-aa4fc58ac985ba354525056428d79f918f95d119.tar.gz hdf5-aa4fc58ac985ba354525056428d79f918f95d119.tar.bz2 |
[svn-r28599] Normalization of tools with revise_chunks.
Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1
serial only, autotools and CMake (3.3.2)
Diffstat (limited to 'tools/misc/vds/UC_4.h')
-rw-r--r-- | tools/misc/vds/UC_4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/misc/vds/UC_4.h b/tools/misc/vds/UC_4.h index ce74e63..bfcafed 100644 --- a/tools/misc/vds/UC_4.h +++ b/tools/misc/vds/UC_4.h @@ -74,7 +74,7 @@ static char UC_4_SOURCE_DSET_PATH[NAME_LEN] = "/source_dset"; static char UC_4_VDS_DSET_NAME[NAME_LEN] = "vds_dset"; /* Fill values */ -static hsize_t UC_4_FILL_VALUES[UC_4_N_SOURCES] = { +static int UC_4_FILL_VALUES[UC_4_N_SOURCES] = { -1, -2, -3 |