summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_dset.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-01-27 15:42:42 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-01-27 15:42:42 (GMT)
commit4f48c9c5552c9c11347480de48d98eeae32b6546 (patch)
treefa0fd490e1b8fff1a8b3ace4d24d7b30c9c9c3c8 /tools/lib/h5diff_dset.c
parent661734d541d076c26901190be44e687ad87ef576 (diff)
downloadhdf5-4f48c9c5552c9c11347480de48d98eeae32b6546.zip
hdf5-4f48c9c5552c9c11347480de48d98eeae32b6546.tar.gz
hdf5-4f48c9c5552c9c11347480de48d98eeae32b6546.tar.bz2
[svn-r16359] merge 16348
bug fix a new line was not inserted at the end of output, causing diff to complain between linux and frebsd tested: linux (freebsd tested on the trunk)
Diffstat (limited to 'tools/lib/h5diff_dset.c')
-rw-r--r--tools/lib/h5diff_dset.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/lib/h5diff_dset.c b/tools/lib/h5diff_dset.c
index d36c65c..1a5778a 100644
--- a/tools/lib/h5diff_dset.c
+++ b/tools/lib/h5diff_dset.c
@@ -776,6 +776,7 @@ int diff_can_type( hid_t f_tid1, /* file data type */
print_dimensions(rank2,dims2);
parallel_print(", max dimensions ");
print_dimensions(rank2,maxdim2);
+ parallel_print("\n");
}
can_compare = 0;
@@ -820,6 +821,7 @@ int diff_can_type( hid_t f_tid1, /* file data type */
print_dimensions(rank2,dims2);
parallel_print(", max dimensions ");
print_dimensions(rank2,maxdim2);
+ parallel_print("\n");
}
}