Skip to content

Commit fdf6b93

Browse files
committed
mark Pchip.opCall static
1 parent 099c480 commit fdf6b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/mir/interpolation/pchip.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ struct Pchip(RangeG, RangeV, RangeS)
9191
}
9292

9393
///
94-
auto opCall(T)(G x0, G x1, V y0, V y1, S s0, S s1, in T x)
94+
static auto opCall(T)(G x0, G x1, V y0, V y1, S s0, S s1, in T x)
9595
{
9696
auto step = x1 - x0;
9797
auto diff = y1 - y0;

0 commit comments

Comments
 (0)