mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Clean up comments in unsupported module
libeigen/eigen!2198 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
@@ -367,7 +367,7 @@ void Spline<Scalar_, Dim_, Degree_>::BasisFunctionDerivativesImpl(
|
||||
|
||||
Matrix<Scalar, Order, Order> ndu(p + 1, p + 1);
|
||||
|
||||
Scalar saved, temp; // FIXME These were double instead of Scalar. Was there a reason for that?
|
||||
Scalar saved, temp; // FIXME: These were double instead of Scalar. Was there a reason for that?
|
||||
|
||||
ndu(0, 0) = 1.0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user