Changeset 968


Ignore:
Timestamp:
Jun 24, 2013 12:22:12 PM (10 years ago)
Author:
vondreele
Message:

disable multiprocess stuff comment one line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r962 r968  
    17421742        self.GeneralCalc.Append(help='Clear map',id=wxID_FOURCLEAR, kind=wx.ITEM_NORMAL,
    17431743            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='Single 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')
     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
    17481748        self.PostfillDataMenu()
    17491749       
Note: See TracChangeset for help on using the changeset viewer.