Changeset 5290
- Timestamp:
- May 27, 2022 8:35:35 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMain.py
r5287 r5290 181 181 args=([Histograms,Phases,restraintDict,rigidbodyDict],parmDict,varyList,calcControls,pawleyLookup,dlg)) 182 182 ncyc = int(result[2]['nfev']/2) 183 result[2]['num cyc'] = ncyc 183 184 if refPlotUpdate is not None: refPlotUpdate(Histograms) # update plot after completion 184 185 elif 'analytic Hessian' in Controls['deriv type']: … … 214 215 args=([Histograms,Phases,restraintDict,rigidbodyDict],parmDict,varyList,calcControls,pawleyLookup,dlg)) 215 216 ncyc = 1 217 result[2]['num cyc'] = ncyc 216 218 if len(varyList): 217 219 ncyc = int(result[2]['nfev']/len(varyList))
Note: See TracChangeset
for help on using the changeset viewer.