Ignore:
Timestamp:
Nov 18, 2016 1:41:13 PM (7 years ago)
Author:
vondreele
Message:

fix exp importer for magnetic structures - mishandled U's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2phase.py

    r2486 r2534  
    309309                    elif key[11:] == 'M' and key[6:8] == 'AT':
    310310                        S = EXPphase[key]
    311                         Atoms[-1][7:10] = [float(S[:10]),float(S[10:20]),float(S[20:30])]
     311                        Atoms[-1] = Atom[:7]+[float(S[:10]),float(S[10:20]),float(S[20:30])]+Atom[7:]
    312312        elif Ptype == 'macromolecular':
    313313            for key in keyList:
Note: See TracChangeset for help on using the changeset viewer.