Changeset 4046 for trunk/GSASIIddataGUI.py
- Timestamp:
- Jun 30, 2019 9:53:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIddataGUI.py
r3982 r4046 126 126 if 'PWDR' in G2frame.hist and generalData['Type'] != 'magnetic': 127 127 wtSum = G2pwd.PhaseWtSum(G2frame,G2frame.hist) 128 if wtSum :128 if wtSum and UseList[G2frame.hist]['Use']: 129 129 weightFr = UseList[G2frame.hist]['Scale'][0]*generalData['Mass']/wtSum 130 130 scaleSizer.Add(wx.StaticText(DData,label=' Wt. fraction: %.3f'%(weightFr)),0,WACV) … … 832 832 Obj = event.GetEventObject() 833 833 UseList[G2frame.hist]['Use'] = Obj.GetValue() 834 wx.CallLater(100,RepaintHistogramInfo,DData.GetScrollPos(wx.VERTICAL)) 834 835 835 836 def OnLeBail(event):
Note: See TracChangeset
for help on using the changeset viewer.