Changeset 38058 for branches/eam_branches/ipp-20150112/psModules/src/objects/pmFootprintAssignPeaks.c
- Timestamp:
- Mar 29, 2015, 6:08:31 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150112/psModules/src/objects
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
pmFootprintAssignPeaks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/psModules/src/objects
- Property svn:ignore
-
old new 21 21 pmSourceIO_CMF_PS1_DV3.c 22 22 pmSourceIO_CMF_PS1_DV4.c 23 23 pmSourceIO_CMF_PS1_DV5.c
-
- Property svn:mergeinfo set to
- Property svn:ignore
-
branches/eam_branches/ipp-20150112/psModules/src/objects/pmFootprintAssignPeaks.c
r31332 r38058 56 56 const int y = peak->y - row0; 57 57 58 if (ids) { assert (x >= 0 && x < numCols && y >= 0 && y < numRows);}58 if (ids) { psAssert (x >= 0 && x < numCols && y >= 0 && y < numRows, "out of range");} 59 59 int id = ids ? ids->data.S32[y][x] : 0; 60 60
Note:
See TracChangeset
for help on using the changeset viewer.
