Changeset 1409 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Jul 3, 2014 5:19:01 PM (9 years ago)
Author:
toby
Message:

more problems with older GPX files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r1360 r1409  
    22162216            insName = pfx+item
    22172217            instDict[insName] = Inst[item][1]
    2218             if Inst[item][2]:
     2218            if len(Inst[item]) > 2 and Inst[item][2]:
    22192219                insVary.append(insName)
    22202220#        instDict[pfx+'X'] = max(instDict[pfx+'X'],0.001)
Note: See TracChangeset for help on using the changeset viewer.