Changeset 1982
- Timestamp:
- Sep 29, 2015 3:46:51 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2phase_CIF.py
r1883 r1982 216 216 if G2elem.CheckElement(typ): 217 217 atomlist[1] = typ 218 if not atomlist[1]: atomlist[1] = 'Xe' 218 if not atomlist[1]: 219 atomlist[1] = 'Xe' 220 self.warnings += ' Atom type '+typ+' not recognized; Xe assumed\n' 219 221 ulbl = '_atom_site_aniso_label' 220 222 if atomlist[9] == 'A' and atomlist[0] in blk.get(ulbl):
Note: See TracChangeset
for help on using the changeset viewer.