mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-06 17:20:42 +08:00
[svn-r13576]
bug fix a call was made to printf instead of parallel_print tested linux parallel
This commit is contained in:
parent
fdbbc9f09c
commit
2b1ad857ed
@ -241,7 +241,7 @@ hsize_t diff_datasetid( hid_t did1,
|
||||
if (storage_size1==0 || storage_size2==0)
|
||||
{
|
||||
if (options->m_verbose && obj1_name && obj2_name)
|
||||
printf("<%s> or <%s> are empty datasets\n", obj1_name, obj2_name);
|
||||
parallel_print("<%s> or <%s> are empty datasets\n", obj1_name, obj2_name);
|
||||
cmp=0;
|
||||
options->not_cmp=1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user