Changeset 366


Ignore:
Timestamp:
Sep 7, 2011 3:47:11 PM (12 years ago)
Author:
vondreele
Message:

comment out debug stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstruct.py

    r365 r366  
    15371537    SetUsedHistogramsAndPhases(GPXfile,Histograms,Phases)
    15381538#for testing purposes!!!
    1539     import cPickle
    1540     file = open('structTestdata.dat','wb')
    1541     cPickle.dump(parmDict,file,1)
    1542     cPickle.dump(varyList,file,1)
    1543     for histogram in Histograms:
    1544         if 'PWDR' in histogram[:4]:
    1545             Histogram = Histograms[histogram]
    1546     cPickle.dump(Histogram,file,1)
    1547     cPickle.dump(Phases,file,1)
    1548     cPickle.dump(calcControls,file,1)
    1549     cPickle.dump(pawleyLookup,file,1)
    1550     file.close()
     1539#    import cPickle
     1540#    file = open('structTestdata.dat','wb')
     1541#    cPickle.dump(parmDict,file,1)
     1542#    cPickle.dump(varyList,file,1)
     1543#    for histogram in Histograms:
     1544#        if 'PWDR' in histogram[:4]:
     1545#            Histogram = Histograms[histogram]
     1546#    cPickle.dump(Histogram,file,1)
     1547#    cPickle.dump(Phases,file,1)
     1548#    cPickle.dump(calcControls,file,1)
     1549#    cPickle.dump(pawleyLookup,file,1)
     1550#    file.close()
    15511551
    15521552def main():
Note: See TracChangeset for help on using the changeset viewer.