Changeset 36598
- Timestamp:
- Mar 19, 2014, 3:48:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20140114/psModules/src/objects/pmSourceIO_CFF.c
r36586 r36598 177 177 source->moments->My = Y; 178 178 source->moments->Mrf = kronRadius * 0.4; // kronRadius is 2.5 * first radial moment 179 source->tmpFlags |= PM_SOURCE_TMPF_MOMENTS_MEASURED; 180 // XXX does the above cause a problem with pmSourceMoments (do we run it? yes we do) 179 180 // Don't mark the moments as measured because that causes many fields to be left blank. 181 // The moments code knows not to change the position or the Mrf for external sources 182 // source->tmpFlags |= PM_SOURCE_TMPF_MOMENTS_MEASURED; 181 183 182 184 if (isfinite(petRadius)) {
Note:
See TracChangeset
for help on using the changeset viewer.
