Correct single hist fit in CGI

This commit is contained in:
salman 2010-06-01 07:33:10 +00:00
parent 25693d6c44
commit 32d2cab3aa

View File

@ -249,9 +249,9 @@ elsif ( $Step <= 6 && $Step >= 3 ) {
# Then create appropriate file
if ($All{"FitAsyType"} eq "SingleHist") {
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%AllParameters);
} else {
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSRSingleHist(\%AllParameters);
} else {
($Full_T_Block,$Paramcomp_ref)= MSR::CreateMSR(\%AllParameters);
}
@Paramcomp = @$Paramcomp_ref;