Changeset 25673
- Timestamp:
- Sep 29, 2009, 5:12:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psModules/src/objects/pmPSFtryMakePSF.c
r25524 r25673 95 95 for (int j = 0; j < psfTry->sources->n; j++) { 96 96 // skip any masked sources (failed to fit one of the model steps or get a magnitude) 97 if (srcMask->data.PS_TYPE_VECTOR_MASK_DATA[ i]) continue;97 if (srcMask->data.PS_TYPE_VECTOR_MASK_DATA[j]) continue; 98 98 99 99 pmSource *source = psfTry->sources->data[j];
Note:
See TracChangeset
for help on using the changeset viewer.
