An info message is updated

This commit is contained in:
iyaz 2013-05-03 04:31:00 +03:00
parent d0eb2877ca
commit b3471184fb
1 changed files with 1 additions and 1 deletions

View File

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