Changeset 3713 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Oct 30, 2018 11:53:13 PM (5 years ago)
Author:
toby
Message:

constraint bug fix; comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r3711 r3713  
    209209    histVary,histDict,controlDict = GetHistogramData(Histograms,Print=False)
    210210    varyList = rbVary+phaseVary+hapVary+histVary
    211     msg = G2mv.EvaluateMultipliers(constDict,phaseDict,hapDict,histDict)
     211    msg = G2mv.EvaluateMultipliers(constrDict,phaseDict,hapDict,histDict)
    212212    if msg:
    213213        return 'Unable to interpret multiplier(s): '+msg,''
Note: See TracChangeset for help on using the changeset viewer.