Changeset 4813 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Feb 12, 2021 3:11:08 PM (4 years ago)
Author:
toby
Message:

Add 'V' option (vector only) for rigid body fitting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIphsGUI.py ΒΆ

    r4812 r4813  
    99499949                Indx['Orien'][ix] = orien
    99509950                topSizer.Add(orien,0,WACV)
    9951             Qcheck = wx.ComboBox(RigidBodies,-1,value='',choices=[' ','A','AV'],
     9951            Qcheck = wx.ComboBox(RigidBodies,-1,value='',choices=[' ','A','AV','V'],
    99529952                style=wx.CB_READONLY|wx.CB_DROPDOWN)
    99539953            Qcheck.Bind(wx.EVT_COMBOBOX,OnOrienRef)
Note: See TracChangeset for help on using the changeset viewer.