We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 099c480 commit fdf6b93Copy full SHA for fdf6b93
source/mir/interpolation/pchip.d
@@ -91,7 +91,7 @@ struct Pchip(RangeG, RangeV, RangeS)
91
}
92
93
///
94
- auto opCall(T)(G x0, G x1, V y0, V y1, S s0, S s1, in T x)
+ static auto opCall(T)(G x0, G x1, V y0, V y1, S s0, S s1, in T x)
95
{
96
auto step = x1 - x0;
97
auto diff = y1 - y0;
0 commit comments