summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5diff_array.c
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2009-01-29 18:58:36 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2009-01-29 18:58:36 (GMT)
commit9a298fd1dda2ed9b12e68cc64ccce5c95216fd6a (patch)
tree881f4544d4eb49a06ebb56d4b68a31aefb79fde3 /tools/lib/h5diff_array.c
parent6416329ef8bfc9e1b3f2a0876cd13b83963b13ef (diff)
downloadhdf5-9a298fd1dda2ed9b12e68cc64ccce5c95216fd6a.zip
hdf5-9a298fd1dda2ed9b12e68cc64ccce5c95216fd6a.tar.gz
hdf5-9a298fd1dda2ed9b12e68cc64ccce5c95216fd6a.tar.bz2
[svn-r16373] replaced some printf statements with parallel_print
tested: linux serial and parallel
Diffstat (limited to 'tools/lib/h5diff_array.c')
-rw-r--r--tools/lib/h5diff_array.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/lib/h5diff_array.c b/tools/lib/h5diff_array.c
index 8d733b3..f9c6261 100644
--- a/tools/lib/h5diff_array.c
+++ b/tools/lib/h5diff_array.c
@@ -5397,7 +5397,6 @@ my_isnan(dtype_t type, void *val)
double x;
HDmemcpy(&x, val, sizeof(double));
retval = (x!=x);
- //printf("x=%g retval =%d\n", x,retval);
#if H5_SIZEOF_LONG_DOUBLE!=H5_SIZEOF_DOUBLE && H5_SIZEOF_LONG_DOUBLE!=0
}