Changeset 14841 for trunk/psModules/src/imcombine/pmSubtractionStamps.c
- Timestamp:
- Sep 14, 2007, 3:14:18 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/imcombine/pmSubtractionStamps.c
r14838 r14841 311 311 float jx, jy; // Coordinates for star j 312 312 for (int j = i + 1, jIndex = indexes->data.S32[j]; 313 (jx = x->data.F32[jIndex]) < ix + exclusionZone && j < numStars;313 j < numStars && (jx = x->data.F32[jIndex]) < ix + exclusionZone; 314 314 j++, jIndex = indexes->data.S32[j]) { 315 315 jy = y->data.F32[jIndex];
Note:
See TracChangeset
for help on using the changeset viewer.
