Changeset 632
- Timestamp:
- May 23, 2012 1:36:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIstruct.py ΒΆ
r630 r632 127 127 if not Histograms: 128 128 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) 132 132 varyList = phaseVary+hapVary+histVary 133 133 constrDict,fixedList = GetConstraints(GPXfile)
Note: See TracChangeset
for help on using the changeset viewer.