Changeset 36300
- Timestamp:
- Nov 22, 2013, 2:40:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psModules/src/objects/pmSourceMoments.c
r36206 r36300 530 530 kronRefRadius = MIN(radius, kronRefRadius); 531 531 } 532 source->moments->Mrf = kronRefRadius; 532 533 // if source is externally supplied and it already has a finite Mrf do not change it 534 if (! ((source->mode & PM_SOURCE_MODE_EXTERNAL) && isfinite(source->moments->Mrf))) { 535 source->moments->Mrf = kronRefRadius; 536 } 533 537 534 538 return true;
Note:
See TracChangeset
for help on using the changeset viewer.
