mirror of https://github.com/CGAL/cgal
Fix compilation errors
This commit is contained in:
parent
93f6caa02d
commit
675bcc1cbe
|
|
@ -394,7 +394,7 @@ public:
|
|||
}
|
||||
|
||||
// Tells if the refinement process of cells is currently finished
|
||||
bool no_longer_element_to_refine_impl() const
|
||||
bool no_longer_element_to_refine_impl()
|
||||
{
|
||||
if(m_maximal_number_of_vertices_ !=0 &&
|
||||
triangulation_ref_impl().number_of_vertices() >=
|
||||
|
|
|
|||
|
|
@ -294,7 +294,7 @@ public:
|
|||
void scan_triangulation_impl_amendement() const {}
|
||||
|
||||
// Tells if the refinement process of cells is currently finished
|
||||
bool no_longer_element_to_refine_impl() const
|
||||
bool no_longer_element_to_refine_impl()
|
||||
{
|
||||
if(m_maximal_number_of_vertices_ !=0 &&
|
||||
r_tr_.number_of_vertices() >=
|
||||
|
|
|
|||
Loading…
Reference in New Issue