Ignore:
Timestamp:
Sep 5, 2017 4:20:31 PM (6 years ago)
Author:
toby
Message:

reset InitMP after SelectConfigSetting?.OnApplyChanges? to allow number of cores to change on the fly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r3024 r3049  
    41304130        GSASIIpath.SetConfigValue(self.vars)
    41314131        self.EndModal(wx.ID_OK)
     4132        import GSASIImpsubs as G2mp
     4133        G2mp.ResetMP()
    41324134       
    41334135    def OnSave(self,event):
     
    41374139        if not SaveConfigVars(self.vars,parent=self):
    41384140            self.OnApplyChanges() # force a reload of the config settings
     4141        else:
    41394142            self.EndModal(wx.ID_OK)
    41404143
Note: See TracChangeset for help on using the changeset viewer.