Changeset 1144 for trunk/GSASIIstrIO.py
- Timestamp:
- Nov 11, 2013 4:11:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r1143 r1144 27 27 GSASIIpath.SetVersionNumber("$Revision$") 28 28 import GSASIIElem as G2el 29 import GSASIIgrid as G2gd 29 30 import GSASIIlattice as G2lat 30 31 import GSASIIspc as G2spc … … 48 49 :return: dictionary of control items 49 50 ''' 50 Controls = copy.copy(G2 .DefaultControls)51 Controls = copy.copy(G2gd.DefaultControls) 51 52 fl = open(GPXfile,'rb') 52 53 while True:
Note: See TracChangeset
for help on using the changeset viewer.