[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:
This commit is contained in:
@@ -75,7 +75,7 @@ void parallel_print(const char* format, ...)
|
||||
|
||||
overflow_file = HDtmpfile();
|
||||
if(overflow_file == NULL)
|
||||
fprintf(stderr, "Warning: Could not create overflow file. Output may be truncated.\n");
|
||||
fprintf(stderr, "warning: could not create overflow file. Output may be truncated.\n");
|
||||
else
|
||||
bytes_written = HDvfprintf(overflow_file, format, ap);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user