Clean up comments in unsupported module

libeigen/eigen!2198

Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
This commit is contained in:
Rasmus Munk Larsen
2026-02-22 22:04:23 -08:00
parent 78b76986b7
commit 667cabe3aa
61 changed files with 122 additions and 353 deletions

View File

@@ -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;