return type should be Bare_point

This commit is contained in:
Jane Tournois 2017-03-06 15:46:56 +01:00 committed by Mael Rouxel-Labbé
parent 4db6afd2aa
commit 04b2f4ea25
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ public:
derived().pop_next_element_impl();
}
Point circumcenter_of_element(const Element& e)
Bare_point circumcenter_of_element(const Element& e)
{
return derived().circumcenter_impl(e);
}