[svn-r16375] merge 16373

replaced some printf statements with parallel_print


tested: linux serial (parallel tested in trunk)
This commit is contained in:
Pedro Vicente Nunes
2009-01-29 14:09:30 -05:00
parent 6d2a73d49f
commit 87ebee5951
4 changed files with 34 additions and 35 deletions

View File

@@ -5398,7 +5398,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
}