Changeset 3789 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Jan 19, 2019 8:38:49 PM (4 years ago)
Author:
toby
Message:

fix transpose error for lattice constraints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r3760 r3789  
    697697                   
    698698def cellVary(pfx,SGData):
    699     'needs a doc string'
     699    '''Creates equivalences for a phase based on the Laue class.
     700    Returns a list of A tensor terms that are non-zero.
     701    '''
    700702    if SGData['SGLaue'] in ['-1',]:
    701703        return [pfx+'A0',pfx+'A1',pfx+'A2',pfx+'A3',pfx+'A4',pfx+'A5']
Note: See TracChangeset for help on using the changeset viewer.