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(-DCGAL_SMP_USE_SPARSESUITE_SOLVERS)
|
||||
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()
|
||||
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)
|
||||
|
||||
# ------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ namespace Surface_mesh_parameterization {
|
|||
/// CGAL::Eigen_solver_traits<
|
||||
/// Eigen::SparseLU<Eigen_sparse_matrix<double>::EigenType> >
|
||||
/// \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:
|
||||
/// \code
|
||||
/// CGAL::Eigen_solver_traits<
|
||||
|
|
|
|||
|
|
@ -368,7 +368,7 @@ bool locate_unordered_cones(const SeamMesh& mesh,
|
|||
/// CGAL::Eigen_solver_traits<
|
||||
/// Eigen::SparseLU<Eigen_sparse_matrix<double>::EigenType> >
|
||||
/// \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:
|
||||
/// \code
|
||||
/// CGAL::Eigen_solver_traits<
|
||||
|
|
|
|||
Loading…
Reference in New Issue