- Timestamp:
- Sep 7, 2010, 9:16:10 AM (16 years ago)
- Location:
- branches/eam_branches/ipp-20100823
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippToPsps/src/ippToPspsBatchDetection.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20100823
-
branches/eam_branches/ipp-20100823/ippToPsps/src/ippToPspsBatchDetection.c
r28992 r29124 305 305 numInvalidFlux++; 306 306 } 307 308 // store max/min objID 309 if (objID[s] > maxObjID) maxObjID = objID[s]; 310 if (objID[s] < minObjID) minObjID = objID[s]; 311 307 else { 308 309 // store max/min objID 310 if (objID[s] > maxObjID) maxObjID = objID[s]; 311 if (objID[s] < minObjID) minObjID = objID[s]; 312 } 312 313 totalDetections++; 313 314 }
Note:
See TracChangeset
for help on using the changeset viewer.
