We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ae387 commit 9b9a533Copy full SHA for 9b9a533
GSASII/GSASIIddataGUI.py
@@ -940,7 +940,7 @@ def OnFixVals(event):
940
UseList[G2frame.hist]['Extinction'][2].update({'Ma':[1.0,False]})
941
UseList[G2frame.hist]['Extinction'][2].update({'Mb':[0.0,False]})
942
if 'Mc' not in UseList[G2frame.hist]['Extinction'][2]:
943
- UseList[G2frame.hist]['Extinction'][2].update({'Mc':[1.0,False]})
+ UseList[G2frame.hist]['Extinction'][2].update({'Mc':[0.0,False]})
944
elif 'PWDR' in UseList[G2frame.hist]['Histogram']:
945
if 'LeBail' not in UseList[G2frame.hist]:
946
UseList[G2frame.hist]['LeBail'] = False
0 commit comments