Changeset 2275 for trunk/GSASIImath.py
- Timestamp:
- May 16, 2016 10:18:34 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r2166 r2275 158 158 if Print: 159 159 print ' Cycle: %d, Time: %.2fs, Chi**2: %.5g, Lambda: %.3g, Delta: %.3g'%( 160 icycle,time.time()-time0,chisq1,lam ,deltaChi2)160 icycle,time.time()-time0,chisq1,lamMax,deltaChi2) 161 161 if deltaChi2 < ftol: 162 162 ifConverged = True
Note: See TracChangeset
for help on using the changeset viewer.