Changeset 20947 for trunk/psModules/src/objects/pmSourceMatch.c
- Timestamp:
- Dec 9, 2008, 12:32:28 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSourceMatch.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceMatch.c
r20946 r20947 56 56 *x = psVectorRecycle(*x, numSources, PS_TYPE_F32); 57 57 *y = psVectorRecycle(*y, numSources, PS_TYPE_F32); 58 *mag = psVectorRecycle(*mag, numSources, PS_TYPE_F32); 59 *magErr = psVectorRecycle(*magErr, numSources, PS_TYPE_F32); 58 60 float xMin = INFINITY, xMax = -INFINITY, yMin = INFINITY, yMax = -INFINITY; // Bounds of sources 59 61 long num = 0; // Number of valid sources
Note:
See TracChangeset
for help on using the changeset viewer.
