Fix some bugs in single hist fits.

This commit is contained in:
2010-06-08 16:39:07 +00:00
parent b7bd0e5a2c
commit c385618291
2 changed files with 11 additions and 1 deletions

View File

@ -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);