Changeset 3311 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Mar 6, 2018 9:43:03 AM (7 years ago)
Author:
vondreele
Message:

remove unused SytSym? argument from GetCSpqinel - not needed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIIstrIO.py ΒΆ

    r3286 r3311  
    12301230                if 'M' in at[ct+1]:
    12311231                    SytSym,Mul,Nop,dupDir = G2spc.SytSym(at[cx:cx+3],SGData)
    1232                     mId,mCoef = G2spc.GetCSpqinel(SytSym,SpnFlp,dupDir)
     1232                    mId,mCoef = G2spc.GetCSpqinel(SpnFlp,dupDir)
    12331233                    names = [pfx+'AMx:'+str(i),pfx+'AMy:'+str(i),pfx+'AMz:'+str(i)]
    12341234                    equivs = [[],[],[]]
Note: See TracChangeset for help on using the changeset viewer.