Changeset 2976 for branch/2frame/GSASIIplot.py
- Timestamp:
- Aug 9, 2017 9:37:03 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branch/2frame/GSASIIplot.py ΒΆ
r2975 r2976 3638 3638 rId = G2gd.GetGPXtreeItemId(G2frame,Id,'Reflection Lists') 3639 3639 RefData = G2frame.GPXtree.GetItemPyData(rId)[phase] 3640 if 'Type' not in RefData or 'RefList' not in RefData: 3641 G2G.G2MessageBox(G2frame,'Reflection list not ready','RefData error') 3642 return 3640 3643 Type = RefData['Type'] 3641 3644 Refs = RefData['RefList'].T
Note: See TracChangeset
for help on using the changeset viewer.