Fix some bugs in single hist fits.
This commit is contained in:
2
src/external/MuSRFitGUI/musrfit.cgi
vendored
2
src/external/MuSRFitGUI/musrfit.cgi
vendored
@ -248,7 +248,7 @@ elsif ( $Step == 2 ) {
|
||||
elsif ( $Step <= 6 && $Step >= 3 ) {
|
||||
|
||||
# Then create appropriate file
|
||||
if ($All{"FitAsyType"} eq "SingleHist") {
|
||||
if ($FitAsyType eq "SingleHist") {
|
||||
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSRSingleHist(\%AllParameters);
|
||||
} else {
|
||||
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%AllParameters);
|
||||
|
Reference in New Issue
Block a user