diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-01-14 17:45:20 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-01-14 17:45:20 (GMT) |
commit | 62a9b30a6465db12dd9ee552045cca9d95a40bc3 (patch) | |
tree | 7e6da96371a5b1dabda578adaae72ce2758eb86f /tools/h5repack/testh5repack_main.c | |
parent | 727f26263fd42303314a1e9b2c074205500f9b07 (diff) | |
download | hdf5-62a9b30a6465db12dd9ee552045cca9d95a40bc3.zip hdf5-62a9b30a6465db12dd9ee552045cca9d95a40bc3.tar.gz hdf5-62a9b30a6465db12dd9ee552045cca9d95a40bc3.tar.bz2 |
[svn-r8060] Purpose:
added a usage message for h5repack
Description:
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools/h5repack/testh5repack_main.c')
-rw-r--r-- | tools/h5repack/testh5repack_main.c | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/h5repack/testh5repack_main.c b/tools/h5repack/testh5repack_main.c index d2ca603..814b5c4 100644 --- a/tools/h5repack/testh5repack_main.c +++ b/tools/h5repack/testh5repack_main.c @@ -241,29 +241,6 @@ test_filter_szip(void) TEST_ERROR; if (h5repack_end (&pack_options)<0) TEST_ERROR; - -/*------------------------------------------------------------------------- - * test all objects option - *------------------------------------------------------------------------- - */ - - -#if 0 - if (h5repack_init (&pack_options, 0)<0) - TEST_ERROR; - if (h5repack_addfilter("SZIP 8",&pack_options)<0) - TEST_ERROR; - if (h5repack_addlayout("CHUNK 20x10",&pack_options)<0) - TEST_ERROR; - if (h5repack(FNAME4,FNAME4OUT,&pack_options)<0) - TEST_ERROR; - if (h5diff(FNAME4,FNAME4OUT,NULL,NULL,&diff_options) == 1) - TEST_ERROR; - if (h5repack_verify(FNAME4OUT,&pack_options)<=0) - TEST_ERROR; - if (h5repack_end (&pack_options)<0) - TEST_ERROR; -#endif PASSED(); |