Changeset 33961
- Timestamp:
- May 30, 2012, 11:59:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120405/psphot/src/psphotKronIterate.c
r33953 r33961 266 266 // check status of this source's moments 267 267 if (!source->moments) continue; 268 if (! source->tmpFlags & PM_SOURCE_TMPF_MOMENTS_MEASURED) continue;268 if (!(source->tmpFlags && PM_SOURCE_TMPF_MOMENTS_MEASURED)) continue; 269 269 if (source->mode & PM_SOURCE_MODE_MOMENTS_FAILURE) continue; 270 270 … … 518 518 if (source->type == PM_SOURCE_TYPE_DEFECT) return false; 519 519 if (source->type == PM_SOURCE_TYPE_SATURATED) return false; 520 if (! source->tmpFlags & PM_SOURCE_TMPF_MOMENTS_MEASURED) return false;520 if (!(source->tmpFlags & PM_SOURCE_TMPF_MOMENTS_MEASURED)) return false; 521 521 if (source->mode & PM_SOURCE_MODE_MOMENTS_FAILURE) return false; 522 522 psAssert(kronWindow, "need a window");
Note:
See TracChangeset
for help on using the changeset viewer.
