Commit 5baeea4
committed
[RF] Don't override
This was an unneeded optimization, because if the Polynomial doesn't
depend on any coefficients and is constant, its results will be cached
anyway so it doesn't cost much to fill the full ouput array.
This fixes problems with the RooFit code generation facility that uses
`isReducerNode()` for scope management.isReducerNode() in RooPolynomial1 parent 2ffab9f commit 5baeea4
File tree
2 files changed
+3
-5
lines changed- roofit
- roofitcore/src
- roofit/inc
2 files changed
+3
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 47 | | |
52 | 48 | | |
53 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
120 | 122 | | |
121 | 123 | | |
122 | 124 | | |
| |||
0 commit comments