fix of a variable mix-up

This commit is contained in:
nemu 2010-09-04 07:20:22 +00:00
parent 039aea08b0
commit 28260beba0

View File

@ -2169,7 +2169,7 @@ Bool_t PMsrHandler::HandleFitParameterEntry(PMsrLines &lines)
}
// check for lower-/upper-boundaries = none/none
if (!param.fLowerBoundary && !param.fUpperBoundary)
if (!param.fLowerBoundaryPresent && !param.fUpperBoundaryPresent)
param.fNoOfParams = 5; // since there are no real boundaries present
}
}