Closed AlexanderSaydakov closed 1 year ago
Totals | |
---|---|
Change from base Build 4631768738: | 0.0% |
Covered Lines: | 5072 |
Relevant Lines: | 5228 |
The essence of the fix is line 68: if(uniontheta >= table.theta) as opposed to if(uniontheta >= theta). The rest is for clarity (slightly rearranged flow in get_result) and efficiency (std::min instead of conditions).
fixes #356