mirror of https://github.com/CGAL/cgal
hide an overload if CGAL_EIGEN3_ENABLED is not set
This commit is contained in:
parent
8cd59bdda3
commit
cd53d1b8ef
|
|
@ -531,12 +531,14 @@ public:
|
|||
}
|
||||
|
||||
/// \cond SKIP_IN_MANUAL
|
||||
#ifdef CGAL_EIGEN3_ENABLED
|
||||
// This variant provides the default sparse linear traits class = Eigen_solver_traits.
|
||||
bool compute_implicit_function(bool smoother_hole_filling = false)
|
||||
{
|
||||
typedef Eigen_solver_traits<Eigen::ConjugateGradient<Eigen_sparse_symmetric_matrix<double>::EigenType> > Solver;
|
||||
return compute_implicit_function<Solver>(Solver(), smoother_hole_filling);
|
||||
}
|
||||
#endif
|
||||
|
||||
boost::tuple<FT, Cell_handle, bool> special_func(const Point& p) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue