remove one check for Fourier only.

This commit is contained in:
suter_a 2023-10-18 14:22:06 +02:00
parent 4b561b1f15
commit 5d731611cf

View File

@ -2697,10 +2697,6 @@ Int_t PMsrHandler::ParameterInUse(UInt_t paramNo)
*/ */
Bool_t PMsrHandler::HandleFitParameterEntry(PMsrLines &lines) Bool_t PMsrHandler::HandleFitParameterEntry(PMsrLines &lines)
{ {
// If msr-file is used for musrFT only, nothing needs to be done here.
if (fFourierOnly)
return true;
PMsrParamStructure param; PMsrParamStructure param;
Bool_t error = false; Bool_t error = false;