From d83a48e4f99ad3b4f9a86249bd4c3fb1dd342954 Mon Sep 17 00:00:00 2001 From: Pedro Vicente Nunes Date: Tue, 13 Jan 2004 13:12:47 -0500 Subject: [svn-r8056] Purpose: h5repack change Description: changed the default size of chunks when defining a new dataset to apply a filter this size is now equal to the current dimensions. previously , it was set to half this value, and it was causing write calls to fail on some files (probably a bug) Solution: Platforms tested: linux solaris AIX Misc. update: --- tools/h5repack/h5repack_copy.c | 2 +- tools/h5repack/testh5repack_main.c | 16 ++-------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/tools/h5repack/h5repack_copy.c b/tools/h5repack/h5repack_copy.c index 3ca7c11..6b5a393 100644 --- a/tools/h5repack/h5repack_copy.c +++ b/tools/h5repack/h5repack_copy.c @@ -287,7 +287,7 @@ int do_copy_file(hid_t fidin, { obj.chunk.rank=rank; for (j=0; j