Changeset 987 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Jul 11, 2013 3:12:11 AM (10 years ago)
Author:
vondreele
Message:

GLUT eliminated! Now use gltext for all atom labelling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r984 r987  
    31903190                RBObj['ThermalMotion'][0] = 'TLS'
    31913191            wx.CallAfter(FillRigidBodyGrid,True)
     3192            #need to set atom I/A here & update Uiso/Uij
     3193            G2plt.PlotStructure(G2frame,data)
    31923194           
    31933195        def ThermDataSizer(RBObj):
     
    32023204                    pass
    32033205                Obj.SetValue('%8.4f'%(RBObj['ThermalMotion'][1][item]))
     3206                #need to update atom Uiso/Uij here!
    32043207                G2plt.PlotStructure(G2frame,data)
    32053208               
Note: See TracChangeset for help on using the changeset viewer.