From a77564cb71b526ffd5e485ef8edd3cdaffeb8f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 14 May 2013 17:19:06 +0200 Subject: [PATCH] fix typos --- .../CGAL/Deformation_Eigen_closest_rotation_traits_3.h | 2 +- .../CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Surface_modeling/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h b/Surface_modeling/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h index 4af51f571e9..5c1befe0135 100644 --- a/Surface_modeling/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h +++ b/Surface_modeling/include/CGAL/Deformation_Eigen_closest_rotation_traits_3.h @@ -26,7 +26,7 @@ namespace CGAL { /// \ingroup PkgSurfaceModeling -/// A class to compute the closest rotation in Frobenius norm to a 3x3 Matrix using `Eigen` library. +/// A class to compute the closest rotation in Frobenius norm to a 3x3 Matrix using the `Eigen` library. /// The internal computation relies on `Eigen::JacobiSVD<>` solver. /// /// \cgalModels `DeformationClosestRotationTraits_3` diff --git a/Surface_modeling/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h b/Surface_modeling/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h index 196b5ebe638..8d28dc5d279 100644 --- a/Surface_modeling/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h +++ b/Surface_modeling/include/CGAL/Deformation_Eigen_polar_closest_rotation_traits_3.h @@ -27,8 +27,8 @@ namespace CGAL { /// \ingroup PkgSurfaceModeling - /// A class to compute the closest rotation in Frobenius norm to a 3x3 Matrix using `Eigen` library. - /// The internal computation relies on an hybrid system of `Eigen::SelfAdjointEigenSolver<>` and `Eigen::JacobiSVD<>` solvers. + /// A class to compute the closest rotation in Frobenius norm to a 3x3 Matrix using the `Eigen` library. + /// The internal computation relies on a hybrid system of `Eigen::SelfAdjointEigenSolver<>` and `Eigen::JacobiSVD<>` solvers. /// /// \cgalModels `DeformationClosestRotationTraits_3` class Deformation_Eigen_polar_closest_rotation_traits_3 :