Changeset 3713 for trunk/GSASIIstrIO.py
- Timestamp:
- Oct 30, 2018 11:53:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r3711 r3713 209 209 histVary,histDict,controlDict = GetHistogramData(Histograms,Print=False) 210 210 varyList = rbVary+phaseVary+hapVary+histVary 211 msg = G2mv.EvaluateMultipliers(const Dict,phaseDict,hapDict,histDict)211 msg = G2mv.EvaluateMultipliers(constrDict,phaseDict,hapDict,histDict) 212 212 if msg: 213 213 return 'Unable to interpret multiplier(s): '+msg,''
Note: See TracChangeset
for help on using the changeset viewer.