diff --git a/Surface_modeling/include/CGAL/internal/Surface_modeling/Deformation_Eigen_polar_closest_rotation_traits_3.h b/Surface_modeling/include/CGAL/internal/Surface_modeling/Deformation_Eigen_polar_closest_rotation_traits_3.h index 56a0bebb5d7..5bba1b30d06 100644 --- a/Surface_modeling/include/CGAL/internal/Surface_modeling/Deformation_Eigen_polar_closest_rotation_traits_3.h +++ b/Surface_modeling/include/CGAL/internal/Surface_modeling/Deformation_Eigen_polar_closest_rotation_traits_3.h @@ -27,7 +27,7 @@ namespace CGAL { bool solved = polar_eigen(m, R); if(!solved) { - CGAL_PROFILER(" times fallback from polar_eigen failed and SVD is called"); + CGAL_PROFILER(" times polar_eigen failed and SVD is called"); Deformation_Eigen_closest_rotation_traits_3::compute_closest_rotation(m, R); } }