Changeset 1956 for trunk/GSASIImath.py


Ignore:
Timestamp:
Aug 12, 2015 1:30:41 PM (8 years ago)
Author:
vondreele
Message:

fix (again) fill unit cell, dynamic SS drawing & GenAtom? issues - now all OK
fixes to get SS structure factors to compute & twins in SS data issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImath.py

    r1954 r1956  
    994994    drawAtoms = drawingData['Atoms']
    995995    for atom in atoms:   
    996         atxyz = np.array(atom[cx:cx+3])
     996        atxyz = G2spc.MoveToUnitCell(np.array(atom[cx:cx+3]))[0]
    997997        atuij = np.array(atom[cia+2:cia+8])
    998998        waveType = atom[-1]['SS1']['waveType']
Note: See TracChangeset for help on using the changeset viewer.