Changeset 484 for trunk/GSASIIplot.py
- Timestamp:
- Feb 15, 2012 2:36:53 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r483 r484 2694 2694 RenderLabel(x,y,z,atom[ct-1],radius) 2695 2695 elif atom[cs+1] == 'number': 2696 RenderLabel(x,y,z,str(iat +1),radius)2696 RenderLabel(x,y,z,str(iat),radius) 2697 2697 elif atom[cs+1] == 'residue' and atom[ct-1] == 'CA': 2698 2698 RenderLabel(x,y,z,atom[ct-4],radius)
Note: See TracChangeset
for help on using the changeset viewer.