Changeset 1328 for trunk/GSASIIpwdGUI.py


Ignore:
Timestamp:
May 6, 2014 10:03:22 AM (9 years ago)
Author:
vondreele
Message:

fix Copy Flags for SASD Models - it wasn't doing structure factor parms.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIpwdGUI.py

    r1327 r1328  
    27462746            'Porod','Monodisperse',]
    27472747        parmOrder = ['Volume','Radius','Mean','StdDev','G','Rg','B','P',
    2748             'Cutoff','PkInt','PkPos','PkSig','PkGam',]
     2748            'Cutoff','PkInt','PkPos','PkSig','PkGam','VolFr','Dist',]
    27492749        try:
    27502750            if dlg.ShowModal() == wx.ID_OK:
     
    27622762                                    if item in thisForm:
    27632763                                       level[form][item][1] = copy.copy(thisForm[item][1])
     2764                            elif form == 'Controls':
     2765                                thisForm = thisModel['Particle']['Levels'][ilev][form]['SFargs']
     2766                                for item in parmOrder:
     2767                                    if item in thisForm:
     2768                                        level[form]['SFargs'][item][1] = copy.copy(thisForm[item][1])
    27642769        finally:
    27652770            dlg.Destroy()
Note: See TracChangeset for help on using the changeset viewer.