fix of a variable mix-up
This commit is contained in:
parent
039aea08b0
commit
28260beba0
@ -2169,7 +2169,7 @@ Bool_t PMsrHandler::HandleFitParameterEntry(PMsrLines &lines)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// check for lower-/upper-boundaries = none/none
|
// 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
|
param.fNoOfParams = 5; // since there are no real boundaries present
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user