Changeset 1322 for trunk/GSASIIstrMath.py
- Timestamp:
- May 4, 2014 10:30:16 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1320 r1322 1980 1980 def errRefine(values,HistoPhases,parmDict,varylist,calcControls,pawleyLookup,dlg): 1981 1981 'Needs a doc string' 1982 parmDict.update(zip(varylist,values)) 1983 #Values2Dict(parmDict, varylist, values) # BHT -- seems to duplicate previous statement 1982 Values2Dict(parmDict, varylist, values) 1984 1983 G2mv.Dict2Map(parmDict,varylist) 1985 1984 Histograms,Phases,restraintDict,rigidbodyDict = HistoPhases
Note: See TracChangeset
for help on using the changeset viewer.