Changeset 968
- Timestamp:
- Jun 24, 2013 12:22:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r962 r968 1742 1742 self.GeneralCalc.Append(help='Clear map',id=wxID_FOURCLEAR, kind=wx.ITEM_NORMAL, 1743 1743 text='Clear map') 1744 self.GeneralCalc.Append(help='Run Monte Carlo - Simulated Annealing on single processor',id=wxID_SINGLEMCSA, kind=wx.ITEM_NORMAL,1745 text=' SingleMC/SA')1746 self.GeneralCalc.Append(help='Run Monte Carlo - Simulated Annealing on multiprocessors',id=wxID_MULTIMCSA, kind=wx.ITEM_NORMAL,1747 text='Multi MC/SA') 1744 self.GeneralCalc.Append(help='Run Monte Carlo - Simulated Annealing',id=wxID_SINGLEMCSA, kind=wx.ITEM_NORMAL, 1745 text='MC/SA') 1746 # self.GeneralCalc.Append(help='Run Monte Carlo - Simulated Annealing on multiprocessors',id=wxID_MULTIMCSA, kind=wx.ITEM_NORMAL, 1747 # text='Multi MC/SA') #currently not useful 1748 1748 self.PostfillDataMenu() 1749 1749
Note: See TracChangeset
for help on using the changeset viewer.