Changeset 4200 for trunk/GSASIIdataGUI.py
- Timestamp:
- Dec 13, 2019 8:37:00 AM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:global-ignores
-
old new 1 1 CifFile 2 2 binwin2.7 3 pdbparser 4 pdbparser - Copy
-
- Property svn:ignore
-
old new 3 3 basinhopping.py 4 4 binwin2.7 5 binwin2.7 5 pdbparser
-
- Property svn:global-ignores
-
trunk/GSASIIdataGUI.py
r4198 r4200 5717 5717 5718 5718 #Phase / fullrmc & RMCprofile (Reverse Monte Carlo method) tab 5719 G2G.Define_wxId('wxID_SETUPRMC','wxID_LOADRMC','wxID_SAVERMC','wxID_RUNRMC', )5719 G2G.Define_wxId('wxID_SETUPRMC','wxID_LOADRMC','wxID_SAVERMC','wxID_RUNRMC','wxID_VIEWRMC' ) 5720 5720 self.FRMCMenu = wx.MenuBar() 5721 5721 self.PrefillDataMenu(self.FRMCMenu) … … 5727 5727 self.FRMCDataEdit.Append(G2G.wxID_SAVERMC,'Save','Save fullrmc or RMCprofile file') 5728 5728 self.FRMCDataEdit.Append(G2G.wxID_RUNRMC,'Execute','Run fullrmc or RMCprofile file') 5729 self.FRMCDataEdit.Append(G2G.wxID_VIEWRMC,'View','View fullrmc or RMCprofile results') 5729 5730 self.PostfillDataMenu() 5730 5731
Note: See TracChangeset
for help on using the changeset viewer.