summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_list.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-04-06 18:29:53 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-04-06 18:29:53 (GMT)
commit9d01b26a9302bdff93e20f1a6e55cb473a79d174 (patch)
tree369846ca1de752d4f48de3f21f16c2cf0b0fd174 /tools/h5repack/h5repack_list.c
parent8b2932bf607dc758221bc1041b4946a01fbf6413 (diff)
downloadhdf5-9d01b26a9302bdff93e20f1a6e55cb473a79d174.zip
hdf5-9d01b26a9302bdff93e20f1a6e55cb473a79d174.tar.gz
hdf5-9d01b26a9302bdff93e20f1a6e55cb473a79d174.tar.bz2
[svn-r12205] Purpose:
new feature Description: added the printout of the compression ratio for filters in h5repack, after the filter name, obtained with H5Dget_storage_size, before and after applying the filter Solution: Platforms tested: linux solaris AIX Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack_list.c')
-rw-r--r--tools/h5repack/h5repack_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_list.c b/tools/h5repack/h5repack_list.c
index b98af5c..7831380 100644
--- a/tools/h5repack/h5repack_list.c
+++ b/tools/h5repack/h5repack_list.c
@@ -133,7 +133,7 @@ int check_objects(const char* fname,
if (csize < ppb )
{
- printf("Warning: SZIP settins, chunk size is smaller than pixels per block...Exiting\n");
+ printf("warning: SZIP settins, chunk size is smaller than pixels per block...Exiting\n");
goto out;
}