Changeset 1016 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Aug 4, 2013 9:35:54 PM (10 years ago)
Author:
vondreele
Message:

remove PawleyDelete? - not used
fix floating point error in vcov matrix processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r1007 r1016  
    8787] = [wx.NewId() for item in range(2)]
    8888
    89 [ wxID_PAWLEYLOAD, wxID_PAWLEYDELETE, wxID_PAWLEYESTIMATE,
    90     wxID_PAWLEYUPDATE,
    91 ] = [wx.NewId() for item in range(4)]
     89[ wxID_PAWLEYLOAD, wxID_PAWLEYESTIMATE, wxID_PAWLEYUPDATE,
     90] = [wx.NewId() for item in range(3)]
    9291
    9392[ wxID_IMCALIBRATE,wxID_IMRECALIBRATE,wxID_IMINTEGRATE, wxID_IMCLEARCALIB, 
     
    20312030        self.PawleyEdit.Append(id=wxID_PAWLEYUPDATE, kind=wx.ITEM_NORMAL,text='Pawley update',
    20322031            help='Update negative Pawley intensities with -0.5*Fobs and turn off refinemnt')
    2033 #        self.PawleyEdit.Append(id=wxID_PAWLEYDELETE, kind=wx.ITEM_NORMAL,text='Pawley delete',
    2034 #            help='Delete selected Pawley reflection')
    20352032        self.PostfillDataMenu()
    20362033           
Note: See TracChangeset for help on using the changeset viewer.