Changeset 4760 for trunk/GSASIImath.py
- Timestamp:
- Jan 11, 2021 9:15:15 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r4709 r4760 213 213 info = {'num cyc':0,'fvec':M2,'nfev':1,'lamMax':0,'psing':[],'SVD0':0} 214 214 info['msg'] = 'no variables: skipping refinement\n' 215 return [x0,None,info] 215 info.update({'Converged':True, 'DelChi2':0, 'Xvec':[], 'chisq0':chisq00}) 216 return [x0,[],info] 217 indices = range(n) 216 218 while icycle < maxcyc: 217 219 M = M2
Note: See TracChangeset
for help on using the changeset viewer.