Changeset 577 for trunk/GSASIIstruct.py
- Timestamp:
- Apr 27, 2012 9:45:26 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstruct.py
r570 r577 117 117 def CheckConstraints(GPXfile): 118 118 '''Load constraints and related info and return any error or warning messages''' 119 # init constraints 120 G2mv.InitVars() 119 121 # get variables 120 122 Histograms,Phases = GetUsedHistogramsAndPhases(GPXfile) … … 127 129 histVary,histDict,controlDict = GetHistogramData(Histograms) 128 130 varyList = phaseVary+hapVary+histVary 129 # setup constraints130 G2mv.InitVars()131 131 constrDict,fixedList = GetConstraints(GPXfile) 132 132 return G2mv.CheckConstraints(varyList,constrDict,fixedList)
Note: See TracChangeset
for help on using the changeset viewer.