Changeset 19240
- Timestamp:
- Aug 27, 2008, 12:29:48 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psPixels.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psPixels.c
r17447 r19240 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $10 * @date $Date: 2008-0 4-17 23:43:03$9 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2008-08-27 22:29:48 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 263 263 psPixelCoord pix = pixels->data[i]; // Coordinate of interest 264 264 if (!bsearch(&pix, out->data, numOutPix, sizeof(psPixelCoord), (qsortCompareFunc)comparePixelCoord)) { 265 psPixelsAdd(out, 0, pix.x, pix.y);265 psPixelsAdd(out, out->nalloc, pix.x, pix.y); 266 266 } 267 267 }
Note:
See TracChangeset
for help on using the changeset viewer.
