fix unsed-variable warning
This commit is contained in:
parent
a00d6289ac
commit
a2c5071264
|
@ -26,6 +26,8 @@ struct SmoothFunction {
|
||||||
BASALT_HOST_DEVICE inline bool InBounds(
|
BASALT_HOST_DEVICE inline bool InBounds(
|
||||||
const Eigen::MatrixBase<Derived>& p,
|
const Eigen::MatrixBase<Derived>& p,
|
||||||
const typename Derived::Scalar border) const {
|
const typename Derived::Scalar border) const {
|
||||||
|
UNUSED(p);
|
||||||
|
UNUSED(border);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue