Changeset 927 for trunk/GSASIIsolve.py
- Timestamp:
- May 20, 2013 11:06:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIsolve.py
r762 r927 19 19 import GSASIIlattice as G2lat 20 20 import GSASIIspc as G2spc 21 import GSASIIstr uct as G2str21 import GSASIIstrIO as G2stIO 22 22 23 23 def ShowBanner(): … … 35 35 def Solve(GPXfile): 36 36 ShowBanner() 37 Controls = G2st r.GetControls(GPXfile)37 Controls = G2stIO.GetControls(GPXfile) 38 38 ShowControls(Controls) 39 39
Note: See TracChangeset
for help on using the changeset viewer.