mirror of https://github.com/CGAL/cgal
return type should be Bare_point
This commit is contained in:
parent
4db6afd2aa
commit
04b2f4ea25
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue