Changeset 1320
- Timestamp:
- May 2, 2014 4:21:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrMath.py
r1312 r1320 859 859 return [parmdict[key] for key in varylist] 860 860 861 #def Values2Dict(parmdict, varylist, values):862 #''' Use after call to leastsq to update the parameter dictionary with863 #values corresponding to keys in varylist'''864 #parmdict.update(zip(varylist,values))861 def Values2Dict(parmdict, varylist, values): 862 ''' Use after call to leastsq to update the parameter dictionary with 863 values corresponding to keys in varylist''' 864 parmdict.update(zip(varylist,values)) 865 865 866 866 def GetNewCellParms(parmDict,varyList):
Note: See TracChangeset
for help on using the changeset viewer.