Changeset 1243 for trunk/GSASII.py
- Timestamp:
- Mar 10, 2014 2:06:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r1236 r1243 3113 3113 constrDict,fixedList,ignored = G2stIO.ProcessConstraints(constList) 3114 3114 groups,parmlist = G2mv.GroupConstraints(constrDict) 3115 G2mv.GenerateConstraints(groups,parmlist,varyList,constrDict,fixedList )3115 G2mv.GenerateConstraints(groups,parmlist,varyList,constrDict,fixedList,parmValDict) 3116 3116 G2mv.Map2Dict(parmValDict,varyList) 3117 3117 except:
Note: See TracChangeset
for help on using the changeset viewer.