diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-04-07 21:36:15 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-04-07 21:36:15 (GMT) |
commit | 6f711ab4cb085936cb2a697d26747efad32ee0d6 (patch) | |
tree | da94c27be5744d8168139a01589571ca9320228d /tools/h5repack/h5repack_verify.c | |
parent | 42e2d9dd37a4a943d22f01179abc8eac776f0a9a (diff) | |
download | hdf5-6f711ab4cb085936cb2a697d26747efad32ee0d6.zip hdf5-6f711ab4cb085936cb2a697d26747efad32ee0d6.tar.gz hdf5-6f711ab4cb085936cb2a697d26747efad32ee0d6.tar.bz2 |
[svn-r8318] Purpose:
new tests for h5repack
Description:
added tests that do layout type to layout type conversion in a matrix of 9 between compact, contiguous and chunking
Solution:
Platforms tested:
linux
afs has problems; I could not telnet to sol and copper, arabica is really slow (meaning
waiting 1 minute for a typed character) and the writing of a file gave an error
arabica 181% afs: failed to store file (145)
afs: failed to store file (145)
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack_verify.c')
-rw-r--r-- | tools/h5repack/h5repack_verify.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/tools/h5repack/h5repack_verify.c b/tools/h5repack/h5repack_verify.c index cee2ab7..e1c01eb 100644 --- a/tools/h5repack/h5repack_verify.c +++ b/tools/h5repack/h5repack_verify.c @@ -199,14 +199,11 @@ int h5repack_verify(const char *fname, } /*------------------------------------------------------------------------- - * layout check; check only if a filter exists + * layout check *------------------------------------------------------------------------- */ - if (obj->filter[j].filtn>H5Z_FILTER_NONE ) - { - if (has_layout(dcpl_id,obj)==0) - ret=0; - } + if ((obj->layout!=-1) && (has_layout(dcpl_id,obj)==0)) + ret=0; /*------------------------------------------------------------------------- * close |