Changeset 1988 for trunk/GSASIIrestrGUI.py
- Timestamp:
- Oct 6, 2015 2:53:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIrestrGUI.py
r1831 r1988 89 89 Types += [atom[ct] for atom in Atoms] 90 90 Coords += [atom[cx:cx+3] for atom in Atoms] 91 Ids += [atom[ -1] for atom in Atoms]91 Ids += [atom[cia+8] for atom in Atoms] 92 92 rama = G2data.ramachandranDist['All'] 93 93 ramaName = 'All'
Note: See TracChangeset
for help on using the changeset viewer.