From 32d2cab3aae972f62541a42ff02e81e9636794a9 Mon Sep 17 00:00:00 2001 From: Zaher Salman Date: Tue, 1 Jun 2010 07:33:10 +0000 Subject: [PATCH] Correct single hist fit in CGI --- src/external/MuSRFitGUI/musrfit.cgi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/external/MuSRFitGUI/musrfit.cgi b/src/external/MuSRFitGUI/musrfit.cgi index 4503745f..ba338de7 100755 --- a/src/external/MuSRFitGUI/musrfit.cgi +++ b/src/external/MuSRFitGUI/musrfit.cgi @@ -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;