remove one check for Fourier only.

This commit is contained in:
suter_a 2023-10-18 14:22:06 +02:00
parent 1c8c1a8d0f
commit 17bc497b30

View File

@ -2697,10 +2697,6 @@ Int_t PMsrHandler::ParameterInUse(UInt_t paramNo)
*/
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;
Bool_t error = false;