Changeset 3986 for trunk/psLib/test/image/tst_psImagePixelManip.c
- Timestamp:
- May 19, 2005, 11:37:02 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/image/tst_psImagePixelManip.c (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/image/tst_psImagePixelManip.c
r3973 r3986 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-05-19 02:49:40$8 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-05-19 21:37:02 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 453 453 retVal = psImageClipComplexRegion(img, 454 454 1.0+I*1.0, 455 -2.0*(double)FLT_MAX*I,455 FLT_EPSILON-2.0*(double)FLT_MAX*I, 456 456 5.0+5.0*I, 457 457 0.0); … … 464 464 retVal = psImageClipComplexRegion(img, 465 465 1.0+I*1.0, 466 2.0*(double)FLT_MAX*I,466 FLT_EPSILON+2.0*(double)FLT_MAX*I, 467 467 5.0+5.0*I, 468 468 0.0); … … 499 499 0.0, 500 500 5.0+5.0*I, 501 -2.0*(double)FLT_MAX*I);501 FLT_EPSILON-2.0*(double)FLT_MAX*I); 502 502 if (retVal != 0) { 503 503 psError(PS_ERR_UNKNOWN, true,"Expected zero return for vmax not in datatype range."); … … 510 510 0.0, 511 511 5.0+5.0*I, 512 2.0*(double)FLT_MAX*I);512 FLT_EPSILON+2.0*(double)FLT_MAX*I); 513 513 if (retVal != 0) { 514 514 psError(PS_ERR_UNKNOWN, true,"Expected zero return for vmax not in datatype range.");
Note:
See TracChangeset
for help on using the changeset viewer.
