Changeset 4608 for trunk/GSASIIplot.py
- Timestamp:
- Oct 19, 2020 5:09:16 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIIplot.py ΒΆ
r4595 r4608 9350 9350 for ind,[x,y,z] in enumerate(XYZ): 9351 9351 aType = testRBObj['rbAtTypes'][ind] 9352 if testRBObj['NameLookup'][ind]:9352 if ind in testRBObj['NameLookup']: 9353 9353 name = testRBObj['NameLookup'][ind]+' ' 9354 9354 else:
Note: See TracChangeset
for help on using the changeset viewer.