- Timestamp:
- Feb 5, 2010, 1:37:43 PM (16 years ago)
- Location:
- branches/eam_branches/20091201/psModules
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/objects/pmDetections.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/eam_branches/psModules.stack.20100120 merged eligible /branches/eam_branches/20091113/psModules 26119-26255
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/eam_branches/20091201/psModules/src/objects/pmDetections.h
r26631 r26787 21 21 typedef struct { 22 22 psArray *footprints; // collection of footprints in the image 23 psArray *oldFootprints; // collection of footprints previously found 23 24 psArray *peaks; // collection of all peaks contained by the footprints 24 25 psArray *oldPeaks; // collection of all peaks previously found 25 psArray *oldFootprints; // collection of footprints previously found 26 psArray *newSources; // collection of sources 27 psArray *allSources; // collection of sources 26 28 int last; 27 29 } pmDetections;
Note:
See TracChangeset
for help on using the changeset viewer.
