Changeset 1295 for trunk/GSASIIElem.py
- Timestamp:
- Apr 22, 2014 9:37:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIElem.py
r1125 r1295 191 191 isoName = 'Nat. Abund.' #natural abundance 192 192 if S[76:78] in ['LS','BW']: #special anomalous scattering length info 193 St = [S[1 0:19],S[19:25],S[25:31],S[31:38],S[38:44],S[44:50],193 St = [S[19:25],S[25:31],S[31:38],S[38:44],S[44:50], 194 194 S[50:56],S[56:62],S[62:68],S[68:74],] 195 195 Vals = []
Note: See TracChangeset
for help on using the changeset viewer.