Changeset 12094 for trunk/psLib/test/imageops/tap_psImagePixelManip.c
- Timestamp:
- Feb 27, 2007, 1:56:12 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/imageops/tap_psImagePixelManip.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/imageops/tap_psImagePixelManip.c
r11685 r12094 6 6 * @author Robert DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1. 2$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-02- 07 22:50:18$8 * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-02-27 23:56:12 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 686 686 // Verify program execution doen't stop, if the overly image contains 687 687 // zero values with division operation is specified. 688 // XXX: This currently doesn't work. Apparently, the psImageOverlaySection() 689 // will happily divide by 0.0. 688 690 for (unsigned row=0;row<r;row++) 689 691 { … … 695 697 retVal = psImageOverlaySection(img,img2,0,0,"/"); 696 698 ok(retVal == 0, "psImageOverlaySection returned zero when checking divide-by-zero"); 697 699 printf("XXX: retVal is %d, should be 0\n", retVal); 698 700 psFree(img); 699 701 psFree(img2);
Note:
See TracChangeset
for help on using the changeset viewer.
