Changeset 918 for trunk/GSASIIstruct.py


Ignore:
Timestamp:
May 17, 2013 11:27:25 AM (10 years ago)
Author:
vondreele
Message:

add delt/sig column in some restraint tables
change testDeriv file name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstruct.py

    r917 r918  
    3737   
    3838ateln2 = 8.0*math.log(2.0)
    39 DEBUG = False
     39DEBUG = True
    4040
    4141def GetControls(GPXfile):
     
    44414441#needs: values,HistoPhases,parmDict,varylist,calcControls,pawleyLookup
    44424442        import cPickle
    4443         fl = open('structTestdata.dat','wb')
     4443        fl = open('testDeriv.dat','wb')
    44444444        cPickle.dump(result[0],fl,1)
    44454445        cPickle.dump([Histograms,Phases,restraintDict,rigidbodyDict],fl,1)
Note: See TracChangeset for help on using the changeset viewer.