Changeset 2100 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Dec 18, 2015 1:52:47 PM (7 years ago)
Author:
vondreele
Message:

add CFXraySingleCrystal to list of tutorials
fix bug in AtomInsert? - gave wrong site multiplicities

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r2097 r2100  
    18271827        Ncol = Atoms.GetNumberCols()
    18281828        E,SGData = G2spc.SpcGroup(generalData['SGData']['SpGrp'])
    1829         Sytsym,Mult = G2spc.SytSym([0,0,0],SGData)
     1829        Sytsym,Mult = G2spc.SytSym([x,y,z],SGData)
    18301830        atId = ran.randint(0,sys.maxint)
    18311831        if generalData['Type'] == 'macromolecular':
Note: See TracChangeset for help on using the changeset viewer.