Changeset 2407 in Sophya for trunk/SophyaLib/NTools
- Timestamp:
- Jul 6, 2003, 5:18:04 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/NTools/generalfit.cc
r2322 r2407 1106 1106 // ou bien on a trop d'iterations 1107 1107 ////////////////////////////////////////////////// 1108 if(Lambda == 0 || nStep > maxStep) {1108 if(Lambda == 0. || nStep > maxStep) { 1109 1109 // trop d'iterations 1110 1110 if(nStep>maxStep) … … 1245 1245 if (oldChi2-Chi2<stopChi2) { 1246 1246 // arret normal, convergence 1247 Lambda = 0 ;1247 Lambda = 0.; 1248 1248 if (debugLevel >= 2) 1249 1249 cout<<"Arret>> demande car Chi2 decroit et oldChi2-Chi2= "
Note:
See TracChangeset
for help on using the changeset viewer.