Changeset 4475 for trunk


Ignore:
Timestamp:
Jun 9, 2020 10:36:09 AM (3 years ago)
Author:
vondreele
Message:

fix prolem in cif files where anisotropic params are as ...... --> None; atom is now set to 'I' instead of 'A'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2phase_CIF.py

    r4410 r4475  
    490490                        if col:
    491491                            atomlist[col] = cif.get_number_with_esd(val)[0]
     492                if None in atomlist[11:17]:
     493                    atomlist[9] = 'I'
    492494                atomlist[7],atomlist[8] = G2spc.SytSym(atomlist[3:6],SGData)[:2]
    493495                atomlist[1] = G2elem.FixValence(atomlist[1])
Note: See TracChangeset for help on using the changeset viewer.