Changeset 42012 for branches/eam_branches/ipp-20211108/psModules/src/objects/models/pmModel_PGAUSS.c
- Timestamp:
- Feb 6, 2022, 10:39:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/psModules/src/objects/models/pmModel_PGAUSS.c
r36857 r42012 204 204 205 205 // set the shape parameters 206 if (!pmModelSetShape(&PAR[PM_PAR_SXX], &PAR[PM_PAR_SXY], &PAR[PM_PAR_SYY], source->moments, false)) { 206 // the last parameter is the scaling factor for Moments to shape parameter radius guess 207 if (!pmModelSetShape(&PAR[PM_PAR_SXX], &PAR[PM_PAR_SXY], &PAR[PM_PAR_SYY], source->moments, false, 1.0)) { 207 208 return false; 208 209 }
Note:
See TracChangeset
for help on using the changeset viewer.
