Changeset 1144 for trunk/GSASIIstrIO.py


Ignore:
Timestamp:
Nov 11, 2013 4:11:12 PM (9 years ago)
Author:
vondreele
Message:

fix bug in GetControls?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrIO.py

    r1143 r1144  
    2727GSASIIpath.SetVersionNumber("$Revision$")
    2828import GSASIIElem as G2el
     29import GSASIIgrid as G2gd
    2930import GSASIIlattice as G2lat
    3031import GSASIIspc as G2spc
     
    4849    :return: dictionary of control items
    4950    '''
    50     Controls = copy.copy(G2.DefaultControls)
     51    Controls = copy.copy(G2gd.DefaultControls)
    5152    fl = open(GPXfile,'rb')
    5253    while True:
Note: See TracChangeset for help on using the changeset viewer.