Changeset 632


Ignore:
Timestamp:
May 23, 2012 1:36:14 PM (13 years ago)
Author:
vondreele
Message:

fix double output of phase/histogram info from constraint check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIstruct.py ΒΆ

    r630 r632  
    127127    if not Histograms:
    128128        return 'Error: no diffraction data',''
    129     Natoms,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables = GetPhaseData(Phases)
    130     hapVary,hapDict,controlDict = GetHistogramPhaseData(Phases,Histograms)
    131     histVary,histDict,controlDict = GetHistogramData(Histograms)
     129    Natoms,phaseVary,phaseDict,pawleyLookup,FFtables,BLtables = GetPhaseData(Phases,Print=False)
     130    hapVary,hapDict,controlDict = GetHistogramPhaseData(Phases,Histograms,Print=False)
     131    histVary,histDict,controlDict = GetHistogramData(Histograms,Print=False)
    132132    varyList = phaseVary+hapVary+histVary
    133133    constrDict,fixedList = GetConstraints(GPXfile)
Note: See TracChangeset for help on using the changeset viewer.