Changeset 4660 for trunk/GSASIIdataGUI.py
- Timestamp:
- Nov 23, 2020 5:37:49 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r4659 r4660 6176 6176 'wxID_ATOMSPDISAGL', 'wxID_ISODISP', 'wxID_ADDHATOM', 'wxID_UPDATEHATOM', 6177 6177 'wxID_ATOMSROTATE', 'wxID_ATOMSDENSITY','wxID_ATOMSBNDANGLHIST', 6178 'wxID_ATOMSSETALL', 'wxID_ATOMSSETSEL', )6178 'wxID_ATOMSSETALL', 'wxID_ATOMSSETSEL','wxID_ATOMFRACSPLIT',) 6179 6179 self.AtomsMenu = wx.MenuBar() 6180 6180 self.PrefillDataMenu(self.AtomsMenu) … … 6213 6213 self.AtomCompute.Append(G2G.wxID_ATOMSPDISAGL,'Save Distances && Angles','Compute distances & angles for selected atoms') 6214 6214 self.AtomCompute.Append(G2G.wxID_ATOMSBNDANGLHIST,'Histogram Bonds && Angles','Histogram bonds & angles for selected atoms') 6215 self.AtomCompute.Append(G2G.wxID_ATOMFRACSPLIT,'Apportion atom frac','2 atom type site fraction apportion') 6215 6216 self.AtomCompute.Append(G2G.wxID_ATOMSDENSITY,'Density','Compute density for current phase') 6216 6217 self.AtomCompute.ISOcalc = self.AtomCompute.Append(G2G.wxID_ISODISP,'ISODISTORT mode values',
Note: See TracChangeset
for help on using the changeset viewer.