Changeset 3455


Ignore:
Timestamp:
Jun 27, 2018 4:52:27 PM (5 years ago)
Author:
toby
Message:

fix Keara's SHELX read bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2phase_INS.py

    r3136 r3455  
    127127                    Uiso = 0.
    128128                    Ustr = AtRec[6:8]
    129                     S = file.readline()
     129                    S = fp.readline()
    130130                    if '!' in S:
    131131                        S = S.split('!')[0]
Note: See TracChangeset for help on using the changeset viewer.