Changeset 25027 for branches/pap/psphot/src/psphotFindFootprints.c
- Timestamp:
- Aug 7, 2009, 4:08:25 PM (17 years ago)
- Location:
- branches/pap
- Files:
-
- 4 edited
-
. (modified) (1 prop)
-
psphot (modified) (1 prop)
-
psphot/src (modified) (1 prop)
-
psphot/src/psphotFindFootprints.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psphot
- Property svn:mergeinfo deleted
-
branches/pap/psphot/src
- Property svn:ignore
-
old new 17 17 growthTest 18 18 psphotVersionDefinitions.h 19 psphotMomentsStudy
-
- Property svn:ignore
-
branches/pap/psphot/src/psphotFindFootprints.c
r21366 r25027 59 59 60 60 psArray *mergedFootprints = pmFootprintArraysMerge(detections->footprints, footprints, includePeaks); 61 psLogMsg ("psphot", PS_LOG_MINUTIA, "merged %ld new footprints with %ld existing ones: %f sec\n", footprints->n, detections->footprints->n, psTimerMark ("psphot.footprints"));61 psLogMsg ("psphot", PS_LOG_MINUTIA, "merged %ld new footprints with %ld existing ones: %f sec\n", footprints->n, (detections->footprints ? detections->footprints->n : 0), psTimerMark ("psphot.footprints")); 62 62 63 63 psFree(footprints);
Note:
See TracChangeset
for help on using the changeset viewer.
