Changeset 3671


Ignore:
Timestamp:
Oct 13, 2018 8:50:43 AM (5 years ago)
Author:
vondreele
Message:

disable k-SUBGROUPSMAG for incommensurate structures - fails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r3669 r3671  
    31603160                    testAtoms.append(atom[:cx+3])
    31613161            controls[15] = testAtoms
    3162             G2frame.dataWindow.RunSubGroupsMag.Enable(True)
     3162            if not ssopt.get('Use',False):
     3163                G2frame.dataWindow.RunSubGroupsMag.Enable(True)
    31633164        G2frame.GPXtree.SetItemPyData(UnitCellsId,data)
    31643165        G2frame.dataWindow.RefineCell.Enable(True)
     
    34613462                    Atms.append(atom[:2]+['',]+atom[2:5])
    34623463                    AtCods.append('1')
    3463                     MagSytSym = G2spc.MagSytSym(SytSym,dupDir,SGData)
     3464                    MagSytSym = G2spc.MagSytSym(SytSym,dupDir,mSGData)
    34643465                    atMxyz.append([MagSytSym,CSI[0]])
    34653466                G2phsG.UseMagAtomDialog(G2frame,magcells[r]['Name'],Atms,AtCods,atMxyz,ifOK=True).ShowModal()
     
    40054006    if magcells and 'N' in Inst['Type'][0]:
    40064007        if 'N' in Inst['Type'][0]:
    4007             G2frame.dataWindow.RunSubGroupsMag.Enable(True)
     4008            if not ssopt.get('Use',False):
     4009                G2frame.dataWindow.RunSubGroupsMag.Enable(True)
    40084010        G2frame.dataWindow.CopyCell.Enable(False)
    40094011        Label = '\n Magnetic cells from Bilbao k-SUBGROUPSMAG for %s; kvec1=(%s)'%(controls[13],''.join(controls[14][:3]))
Note: See TracChangeset for help on using the changeset viewer.