mirror of https://github.com/CGAL/cgal
early exit
when request #proxies is greater than #connected_components
This commit is contained in:
parent
91be8fbcf5
commit
c928b1ce3c
|
|
@ -342,6 +342,8 @@ public:
|
||||||
|
|
||||||
// initialize proxies and the proxy map to prepare for insertion
|
// initialize proxies and the proxy map to prepare for insertion
|
||||||
bootstrap_from_connected_components();
|
bootstrap_from_connected_components();
|
||||||
|
if (max_nb_proxies <= m_proxies.size())
|
||||||
|
return m_proxies.size();
|
||||||
switch (method) {
|
switch (method) {
|
||||||
case Surface_mesh_approximation::RANDOM:
|
case Surface_mesh_approximation::RANDOM:
|
||||||
return init_random(max_nb_proxies, min_error_drop, nb_relaxations);
|
return init_random(max_nb_proxies, min_error_drop, nb_relaxations);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue