Correct single hist fit in CGI
This commit is contained in:
parent
25693d6c44
commit
32d2cab3aa
4
src/external/MuSRFitGUI/musrfit.cgi
vendored
4
src/external/MuSRFitGUI/musrfit.cgi
vendored
@ -249,9 +249,9 @@ elsif ( $Step <= 6 && $Step >= 3 ) {
|
|||||||
|
|
||||||
# Then create appropriate file
|
# Then create appropriate file
|
||||||
if ($All{"FitAsyType"} eq "SingleHist") {
|
if ($All{"FitAsyType"} eq "SingleHist") {
|
||||||
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%AllParameters);
|
|
||||||
} else {
|
|
||||||
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSRSingleHist(\%AllParameters);
|
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSRSingleHist(\%AllParameters);
|
||||||
|
} else {
|
||||||
|
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%AllParameters);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Paramcomp = @$Paramcomp_ref;
|
@Paramcomp = @$Paramcomp_ref;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user