diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-08-17 19:54:42 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2004-08-17 19:54:42 (GMT) |
commit | 8c0f8b1a959993a1f4b87e61c4b4e57b8f2b11e7 (patch) | |
tree | b5e9b4fecec9b22663c8521103b2f827912038ec /tools/h5repack/h5repack.sh.in | |
parent | ad655bf083814ff768849a994c834b2010d67bda (diff) | |
download | hdf5-8c0f8b1a959993a1f4b87e61c4b4e57b8f2b11e7.zip hdf5-8c0f8b1a959993a1f4b87e61c4b4e57b8f2b11e7.tar.gz hdf5-8c0f8b1a959993a1f4b87e61c4b4e57b8f2b11e7.tar.bz2 |
[svn-r9106] Purpose:
bug fix
Description:
the option CHUNK:NONE (remove chunking ) was not setting the layout to contiguous
Solution:
Platforms tested:
linux
solaris
AIX
Misc. update:
Diffstat (limited to 'tools/h5repack/h5repack.sh.in')
-rwxr-xr-x | tools/h5repack/h5repack.sh.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack.sh.in b/tools/h5repack/h5repack.sh.in index 98b46ba..9e0be8e 100755 --- a/tools/h5repack/h5repack.sh.in +++ b/tools/h5repack/h5repack.sh.in @@ -127,7 +127,6 @@ TOOLTEST() # is read-only, 1 is write-only, and 0 is not present. # copy files (these files have no filters; test2.h5 has copied references that h5diff detects) -TOOLTEST test1.h5 TOOLTEST test3.h5 TOOLTEST test4.h5 TOOLTEST test5.h5 |