Fix compilation errors

This commit is contained in:
Laurent Rineau 2017-10-20 18:47:54 +02:00
parent 93f6caa02d
commit 675bcc1cbe
2 changed files with 2 additions and 2 deletions

View File

@ -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() >=

View File

@ -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() >=