From ad926fe662e53fd08ccbb17d3d91f12bca152eb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 27 Mar 2024 19:00:12 +0100 Subject: [PATCH] remove tabs --- .../include/CGAL/Polygon_mesh_processing/acvd/acvd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h index 05c7e087f6d..9a9ebcc6144 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/acvd/acvd.h @@ -146,7 +146,7 @@ typename GT::Vector_3 compute_displacement(const Eigen::Matrix& qu if ((AbsolutesEigenValues[IndexMax] * invmaxW > 1e-4) && (MaxNumberOfUsedSingularValues > 0)) { - // If this is true, then w[i] != 0, so this division is ok. + // If this is true, then w[i] != 0, so this division is ok. double Inv = 1.0 / w[IndexMax]; tempMatrix(IndexMax, 0) = U(0, IndexMax) * Inv; tempMatrix(IndexMax, 1) = U(1, IndexMax) * Inv;