Ignore:
Timestamp:
May 4, 2015 4:44:41 PM (8 years ago)
Author:
vondreele
Message:

fix problem with deleting/inserting data into phases
fix plot problem from Ddata
fix problem with testDeriv & constraints

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIstrMain.py

    r1819 r1835  
    225225        cPickle.dump(result[0],fl,1)
    226226        cPickle.dump([Histograms,Phases,restraintDict,rigidbodyDict],fl,1)
    227         cPickle.dump([G2mv.dependentParmList,G2mv.arrayList,G2mv.invarrayList,
    228             G2mv.indParmList,G2mv.invarrayList],fl,1)
     227        cPickle.dump([constrDict,fixedList],fl,1)
    229228        cPickle.dump(parmDict,fl,1)
    230229        cPickle.dump(varyList,fl,1)
     
    232231        cPickle.dump(pawleyLookup,fl,1)
    233232        fl.close()
    234 
    235233    if dlg:
    236234        return True,Rvals['Rwp']
Note: See TracChangeset for help on using the changeset viewer.