Changeset 3750 for trunk/GSASIIspc.py


Ignore:
Timestamp:
Dec 3, 2018 4:12:29 PM (4 years ago)
Author:
vondreele
Message:

remove editable combobox for super space group symbol input - now read only combobox
fixes to DoMag? for wave constraints for -3 & 32(100) site symmetry

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIspc.py

    r3745 r3750  
    14371437        elif SGData['SGPtGrp'] == '2/m':    #OK
    14381438            SSGOps[1][0][3,3] = SSGKl[1]
    1439             if gensym:
     1439            if 's' in gensym:
    14401440                SSGOps[1][1][3] = 0.5
    14411441            for i in iFrac:
     
    28912891            CSI[0][5][0] = 1
    28922892            CSI[1][5][0] = 1.0
    2893         elif siteSym in ['-32(100)',]:
     2893        elif siteSym in ['-32(100)','-3',]:
    28942894            CSI[0][2][0] = 1
    28952895            CSI[1][2][0] = 1.0
     
    28992899            CSI[1][3][0] = 2.0
    29002900            CSI[1][4][0] = 1.0
    2901         elif siteSym in ['622','2(100)',]:
     2901        elif siteSym in ['622','2(100)','32(100)',]:
    29022902            CSI[0][0][0] = CSI[0][1][0] = CSI[0][3][0] = 1
    29032903            CSI[1][0][0] = 1.0
Note: See TracChangeset for help on using the changeset viewer.