Changeset 978 for trunk/GSASIIgrid.py
- Timestamp:
- Jul 2, 2013 11:00:46 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIgrid.py
r968 r978 124 124 [ wxID_RIGIDBODYADD,wxID_DRAWDEFINERB,wxID_RIGIDBODYIMPORT,wxID_RESIDUETORSSEQ, 125 125 wxID_AUTOFINDRESRB,wxID_GLOBALRESREFINE,wxID_RBREMOVEALL,wxID_COPYRBPARMS, 126 ] = [wx.NewId() for item in range(8)] 126 wxID_GLOBALTHERM, 127 ] = [wx.NewId() for item in range(9)] 127 128 128 129 [ wxID_SAVESEQSEL, … … 1942 1943 self.RigidBodiesEdit.Append(id=wxID_COPYRBPARMS, kind=wx.ITEM_NORMAL,text='Copy rigid body parms', 1943 1944 help='Copy rigid body location & TLS parameters') 1945 self.RigidBodiesEdit.Append(id=wxID_GLOBALTHERM, kind=wx.ITEM_NORMAL,text='Global thermal motion', 1946 help='Global setting of residue thermal motion models') 1944 1947 self.RigidBodiesEdit.Append(id=wxID_GLOBALRESREFINE, kind=wx.ITEM_NORMAL,text='Global residue refine', 1945 1948 help='Global setting of residue RB refinement flags')
Note: See TracChangeset
for help on using the changeset viewer.