Changeset 3406 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
May 28, 2018 11:03:32 AM (5 years ago)
Author:
vondreele
Message:

fix Transform to create correct(?) constraints between lattices, atom positions & anisotropic thermal parameters.
Checked for axes permutations in orthorhombic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r3402 r3406  
    24242424            newPhase['Drawing'] = []
    24252425           
    2426             if ifMag and ifConstr:
    2427                 G2frame.GetUsedHistogramsAndPhasesfromTree()
    2428                 G2cnstG.MagConstraints(G2frame,data,newPhase,Trans,Vvec,atCodes)     #data is old phase
     2426            if ifConstr:
     2427                G2cnstG.TransConstraints(G2frame,data,newPhase,Trans,Vvec,atCodes)     #data is old phase
    24292428            G2frame.GPXtree.SelectItem(sub)
    24302429       
Note: See TracChangeset for help on using the changeset viewer.