mirror of https://github.com/CGAL/cgal
fix typo
This commit is contained in:
parent
11e64b34c2
commit
bcf31d6ed6
|
|
@ -33,10 +33,10 @@ if(TARGET CGAL::Eigen3_support)
|
||||||
add_definitions(-DEIGEN_DONT_ALIGN_STATICALLY)
|
add_definitions(-DEIGEN_DONT_ALIGN_STATICALLY)
|
||||||
add_definitions(-DCGAL_SMP_USE_SPARSESUITE_SOLVERS)
|
add_definitions(-DCGAL_SMP_USE_SPARSESUITE_SOLVERS)
|
||||||
else()
|
else()
|
||||||
message(STATUS "NOTICE: The example `orbifold.cpp` will be compiled without the Sparsesuite library and UmfPack. Try setting SuiteSparse_UMF_INCLUDE_DIR and at least one of SuiteSparse_UMFPACK_LIBRARY_RELEASE and SuiteSparse_UMFPACK_LIBRARY_DEBUG to you UMFPACK installation.")
|
message(STATUS "NOTICE: The example `orbifold.cpp` will be compiled without the SuiteSparse library and UmfPack. Try setting SuiteSparse_UMF_INCLUDE_DIR and at least one of SuiteSparse_UMFPACK_LIBRARY_RELEASE and SuiteSparse_UMFPACK_LIBRARY_DEBUG to you UMFPACK installation.")
|
||||||
endif()
|
endif()
|
||||||
else(SuiteSparse_FOUND)
|
else(SuiteSparse_FOUND)
|
||||||
message(STATUS "NOTICE: The example `orbifold.cpp` will not be compiled without the Sparsesuite library.")
|
message(STATUS "NOTICE: The example `orbifold.cpp` will not be compiled without the SuiteSparse library.")
|
||||||
endif(SuiteSparse_FOUND)
|
endif(SuiteSparse_FOUND)
|
||||||
|
|
||||||
# ------------------------------------------------------------------
|
# ------------------------------------------------------------------
|
||||||
|
|
|
||||||
|
|
@ -154,7 +154,7 @@ namespace Surface_mesh_parameterization {
|
||||||
/// CGAL::Eigen_solver_traits<
|
/// CGAL::Eigen_solver_traits<
|
||||||
/// Eigen::SparseLU<Eigen_sparse_matrix<double>::EigenType> >
|
/// Eigen::SparseLU<Eigen_sparse_matrix<double>::EigenType> >
|
||||||
/// \endcode
|
/// \endcode
|
||||||
/// Moreover, if SparseSuite solvers are available, which is greatly preferable for speed,
|
/// Moreover, if SuiteSparse solvers are available, which is greatly preferable for speed,
|
||||||
/// then the default parameter is:
|
/// then the default parameter is:
|
||||||
/// \code
|
/// \code
|
||||||
/// CGAL::Eigen_solver_traits<
|
/// CGAL::Eigen_solver_traits<
|
||||||
|
|
|
||||||
|
|
@ -368,7 +368,7 @@ bool locate_unordered_cones(const SeamMesh& mesh,
|
||||||
/// CGAL::Eigen_solver_traits<
|
/// CGAL::Eigen_solver_traits<
|
||||||
/// Eigen::SparseLU<Eigen_sparse_matrix<double>::EigenType> >
|
/// Eigen::SparseLU<Eigen_sparse_matrix<double>::EigenType> >
|
||||||
/// \endcode
|
/// \endcode
|
||||||
/// Moreover, if SparseSuite solvers are available, which is greatly preferable for speed,
|
/// Moreover, if SuiteSparse solvers are available, which is greatly preferable for speed,
|
||||||
/// then the default parameter is:
|
/// then the default parameter is:
|
||||||
/// \code
|
/// \code
|
||||||
/// CGAL::Eigen_solver_traits<
|
/// CGAL::Eigen_solver_traits<
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue