Changeset 1328 for trunk/GSASIIpwdGUI.py
- Timestamp:
- May 6, 2014 10:03:22 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIpwdGUI.py
r1327 r1328 2746 2746 'Porod','Monodisperse',] 2747 2747 parmOrder = ['Volume','Radius','Mean','StdDev','G','Rg','B','P', 2748 'Cutoff','PkInt','PkPos','PkSig','PkGam', ]2748 'Cutoff','PkInt','PkPos','PkSig','PkGam','VolFr','Dist',] 2749 2749 try: 2750 2750 if dlg.ShowModal() == wx.ID_OK: … … 2762 2762 if item in thisForm: 2763 2763 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]) 2764 2769 finally: 2765 2770 dlg.Destroy()
Note: See TracChangeset
for help on using the changeset viewer.