Skip to content

Commit 457fef5

Browse files
committed
update interpolate.h
1 parent 302729b commit 457fef5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

include/mir/interpolate.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ namespace mir {
99
cardinal,
1010
monotone,
1111
doubleQuadratic,
12-
akima
12+
akima,
13+
makima
1314
};
1415

1516
enum class SplineBoundaryType
@@ -20,7 +21,8 @@ namespace mir {
2021
secondDerivative,
2122
parabolic,
2223
monotone,
23-
akima
24+
akima,
25+
makima
2426
};
2527

2628
template<class T>

0 commit comments

Comments
 (0)