Changeset 3182 for trunk/GSASIIdataGUI.py
- Timestamp:
- Dec 8, 2017 9:07:11 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r3172 r3182 3968 3968 for item in Comments: #grab chemical formula from Comments 3969 3969 if 'formula' in item[:15].lower(): 3970 formula = item.split('=')[1]. split()3970 formula = item.split('=')[1].replace('"','').split() 3971 3971 try: 3972 3972 elems = formula[::2]
Note: See TracChangeset
for help on using the changeset viewer.