Add override keyword. Thanks @Floessie
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
spline_cubic_set();
|
||||
}
|
||||
|
||||
double getVal(double t) const
|
||||
double getVal(double t) const override
|
||||
{
|
||||
// values under and over the first and last point
|
||||
if (t > x[N - 1]) {
|
||||
|
Reference in New Issue
Block a user