Skip to content

Commit

Permalink
Update MathFuncs.h - fix compile
Browse files Browse the repository at this point in the history
  • Loading branch information
will-cern authored Nov 14, 2024
1 parent 2a3e1b6 commit 83c5fb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roofit/roofitcore/inc/RooFit/Detail/MathFuncs.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ inline double flexibleInterpSingle(unsigned int code, double low, double high, d
}

// interpolate 6th degree
double t = x / boundary;
double eps_plus = high - nominal;
double eps_minus = nominal - low;
double S = 0.5 * (eps_plus + eps_minus);
Expand Down

0 comments on commit 83c5fb2

Please sign in to comment.