Changeset 1831 for trunk/GSASII.py
- Timestamp:
- May 1, 2015 6:38:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r1829 r1831 644 644 notOK = True 645 645 while notOK: 646 result = G2 gd.ItemSelector(TextList,self,header,header='Add histogram(s)',multiple=True)646 result = G2G.ItemSelector(TextList,self,header,header='Add histogram(s)',multiple=True) 647 647 if not result: return 648 648 # check that selected single crystal histograms are not already in use! … … 804 804 for Name in newHistList: 805 805 header += '\n '+str(Name) 806 result = G2 gd.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True)806 result = G2G.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True) 807 807 if not result: return 808 808 # connect new phases to histograms … … 1404 1404 header += '\n '+str(Name) 1405 1405 1406 result = G2 gd.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True)1406 result = G2G.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True) 1407 1407 if not result: return 1408 1408 # connect new phases to histograms … … 1569 1569 if not phaseNameList: return # no phases yet, nothing to do 1570 1570 header = 'Select phase(s) to add the new\npowder simulation (dummy) dataset to:' 1571 result = G2 gd.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True)1571 result = G2G.ItemSelector(phaseNameList,self,header,header='Add to phase(s)',multiple=True) 1572 1572 if not result: return 1573 1573 # connect new phases to histograms
Note: See TracChangeset
for help on using the changeset viewer.