Changeset 20332 for trunk/psModules/src/objects/pmPeaks.c
- Timestamp:
- Oct 22, 2008, 12:19:42 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmPeaks.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmPeaks.c
r19903 r20332 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $9 * @date $Date: 2008-10- 06 12:59:49$8 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2008-10-22 22:19:42 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 63 63 peak->dx = NAN; 64 64 peak->dy = NAN; 65 66 // xf,yf must land on image with 0 pixel border 67 peak->xf = PS_MAX (PS_MIN (peak->xf, image->numCols - 1), image->col0); 68 peak->yf = PS_MAX (PS_MIN (peak->yf, image->numRows - 1), image->row0); 65 69 } else { 66 70 peak->xf = ix;
Note:
See TracChangeset
for help on using the changeset viewer.
