Changeset 2116 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Jan 7, 2016 12:40:19 PM (7 years ago)
Author:
vondreele
Message:

change error message about 'X' space groups!
add Transform stub in General Compute menu - see bottom of General stuff in G2phsGUI

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r2110 r2116  
    5757    wxID_CHARGEFLIP, wxID_PEAKSUNIQUE, wxID_PEAKSDELETE, wxID_PEAKSDA,
    5858    wxID_PEAKSDISTVP, wxID_PEAKSVIEWPT, wxID_FINDEQVPEAKS,wxID_SHOWBONDS,wxID_MULTIMCSA,
    59     wxID_SINGLEMCSA,wxID_4DCHARGEFLIP,
    60 ] = [wx.NewId() for item in range(16)]
     59    wxID_SINGLEMCSA,wxID_4DCHARGEFLIP,wxID_TRANSFORMSTRUCTURE,
     60] = [wx.NewId() for item in range(17)]
    6161
    6262[ wxID_PWDRADD, wxID_HKLFADD, wxID_PWDANALYSIS, wxID_PWDCOPY, wxID_PLOTCTRLCOPY,
     
    12101210        self.GeneralCalc.Append(help='Run Monte Carlo - Simulated Annealing on multiprocessors',id=wxID_MULTIMCSA, kind=wx.ITEM_NORMAL,
    12111211            text='Multi MC/SA')            #currently not useful
     1212        self.GeneralCalc.Append(help='Transform crystal structure',id=wxID_TRANSFORMSTRUCTURE, kind=wx.ITEM_NORMAL,
     1213            text='Transform')
    12121214        self.PostfillDataMenu()
    12131215       
Note: See TracChangeset for help on using the changeset viewer.