Changeset 4297


Ignore:
Timestamp:
Feb 11, 2020 9:40:22 AM (4 years ago)
Author:
vondreele
Message:

fix bug in tetrahedral compare code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r4292 r4297  
    26032603                        G2plt.PlotBarGraph(G2frame,dVects['Tvec'].T[ix],Xname=r'$%s%s, \AA$'%(GkDelta,aX),
    26042604                            Title='%s Tetrahedral distortion'%Oatoms,PlotName='%s-Delta'%aX)               
    2605                     Vects['Tvec'] = np.array(Vects['Ovec'])
     2605                    Vects['Tvec'] = np.array(Vects['Tvec'])
    26062606                    X = Vects['Tvec'].T[0]
    26072607                    Y = Vects['Tvec'].T[1]
Note: See TracChangeset for help on using the changeset viewer.