Changeset 918 for trunk/GSASIIstruct.py
- Timestamp:
- May 17, 2013 11:27:25 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstruct.py
r917 r918 37 37 38 38 ateln2 = 8.0*math.log(2.0) 39 DEBUG = False39 DEBUG = True 40 40 41 41 def GetControls(GPXfile): … … 4441 4441 #needs: values,HistoPhases,parmDict,varylist,calcControls,pawleyLookup 4442 4442 import cPickle 4443 fl = open(' structTestdata.dat','wb')4443 fl = open('testDeriv.dat','wb') 4444 4444 cPickle.dump(result[0],fl,1) 4445 4445 cPickle.dump([Histograms,Phases,restraintDict,rigidbodyDict],fl,1)
Note: See TracChangeset
for help on using the changeset viewer.