Changeset 978 for trunk/GSASIIgrid.py


Ignore:
Timestamp:
Jul 2, 2013 11:00:46 AM (10 years ago)
Author:
vondreele
Message:

make MC/SA fortran stuff all REAL*8
add glFreeType.py - doesn't work correctly yet
implement glFreeType font in OpenGl? labels
add new menu items for RBs
MCSA anneal in a test mode no random start for fixed T0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIgrid.py

    r968 r978  
    124124[ wxID_RIGIDBODYADD,wxID_DRAWDEFINERB,wxID_RIGIDBODYIMPORT,wxID_RESIDUETORSSEQ,
    125125    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)]
    127128
    128129[ wxID_SAVESEQSEL,
     
    19421943        self.RigidBodiesEdit.Append(id=wxID_COPYRBPARMS, kind=wx.ITEM_NORMAL,text='Copy rigid body parms',
    19431944            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')
    19441947        self.RigidBodiesEdit.Append(id=wxID_GLOBALRESREFINE, kind=wx.ITEM_NORMAL,text='Global residue refine',
    19451948            help='Global setting of residue RB refinement flags')
Note: See TracChangeset for help on using the changeset viewer.