Changeset 30661
- Timestamp:
- Feb 16, 2011, 4:35:04 PM (15 years ago)
- Location:
- tags/ipp-20101215/ppTranslate
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/ppMopsDetections.c (modified) (1 diff)
-
src/ppMopsMerge.c (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20101215/ppTranslate
- Property svn:mergeinfo changed
/trunk/ppTranslate merged: 30660
- Property svn:mergeinfo changed
-
tags/ipp-20101215/ppTranslate/src/ppMopsDetections.c
r29556 r30661 183 183 det->apMagRadius = psVectorRealloc(det->apMagRadius, num); 184 184 det->apMagRaw = psVectorRealloc(det->apMagRadius, num); 185 det->apFlux = psVectorRealloc(det->ap MagRadius, num);186 det->apFluxSig = psVectorRealloc(det->ap MagRadius, num);185 det->apFlux = psVectorRealloc(det->apFlux, num); 186 det->apFluxSig = psVectorRealloc(det->apFluxSig, num); 187 187 det->peakFluxAsMag = psVectorRealloc(det->peakFluxAsMag, num); 188 188 det->calPsfMag = psVectorRealloc(det->calPsfMag, num); -
tags/ipp-20101215/ppTranslate/src/ppMopsMerge.c
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
