Changeset 35968
- Timestamp:
- Aug 19, 2013, 6:41:20 AM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130711/psLib/src/math
- Files:
-
- 2 edited
-
psMinimizeLMM.c (modified) (1 diff)
-
psMinimizeLMM.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130711/psLib/src/math/psMinimizeLMM.c
r35798 r35968 984 984 min->chisqConvergence = true; 985 985 min->gainFactorMode = 0; 986 min->isInteractive = false; 986 987 987 988 return(min); -
branches/eam_branches/ipp-20130711/psLib/src/math/psMinimizeLMM.h
r35767 r35968 89 89 int gainFactorMode; 90 90 bool chisqConvergence; 91 bool isInteractive; 91 92 } 92 93 psMinimization;
Note:
See TracChangeset
for help on using the changeset viewer.
