Changeset 4510


Ignore:
Timestamp:
Jun 27, 2020 10:57:38 AM (3 years ago)
Author:
vondreele
Message:

fix magnetic site sym bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIspc.py

    r4489 r4510  
    33413341    if SGData['SGGray']:
    33423342        return SytSym+"1'"
    3343     if SytSym == '1':       #genersl position
     3343    if SytSym in ['1','-1','2','3','6','m']:       #axial position
    33443344        return SytSym
    33453345    if SplitSytSym[0] == SGData['SGPtGrp']:     #simple cases
Note: See TracChangeset for help on using the changeset viewer.