Changeset 3735


Ignore:
Timestamp:
Nov 16, 2018 2:43:31 PM (5 years ago)
Author:
vondreele
Message:

oops got monoclinic A3 & A5 switched!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIconstrGUI.py

    r3734 r3735  
    13051305            if iA in [0,1,2]:
    13061306                parm = '%d::A%s'%(pId,iA)
    1307             elif iA == 3 and SGUniq == 'a':
     1307            elif iA == 3 and SGUniq == 'c':
    13081308                parm = '%d::A%s'%(pId,iA)
    13091309            elif iA == 4 and SGUniq == 'b':
    13101310                parm = '%d::A%s'%(pId,iA)
    1311             elif iA == 5 and SGUniq == 'c':
     1311            elif iA == 5 and SGUniq == 'a':
    13121312                parm = '%d::A%s'%(pId,iA)
    13131313            else:
Note: See TracChangeset for help on using the changeset viewer.