Changeset 3278
- Timestamp:
- Feb 12, 2018 3:03:17 PM (5 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIImath.py
r3268 r3278 1633 1633 drawAtoms = drawingData['Atoms'] 1634 1634 Fade = np.ones(len(drawAtoms)) 1635 for atom in atoms: 1636 atxyz = G2spc.MoveToUnitCell(np.array(atom[cx:cx+3]))[0] 1635 for atom in atoms: 1636 atxyz = np.array(atom[cx:cx+3]) 1637 # atxyz = G2spc.MoveToUnitCell(np.array(atom[cx:cx+3]))[0] 1637 1638 atuij = np.array(atom[cia+2:cia+8]) 1638 1639 Sfrac = atom[-1]['SS1']['Sfrac'] -
trunk/GSASIIphsGUI.py
r3277 r3278 9192 9192 if G2frame.lastSelectedPhaseTab in Pages: 9193 9193 ind = Pages.index(G2frame.lastSelectedPhaseTab) 9194 if ind != 0:9195 SetupGeneral()9196 9194 ChangePage(0) 9197 9195 G2frame.phaseDisplay.SetSelection(ind)
Note: See TracChangeset
for help on using the changeset viewer.