use GT function

This commit is contained in:
Jane Tournois 2023-01-23 12:11:06 +01:00
parent 6dc4aa95a9
commit 3e4619f545
1 changed files with 1 additions and 1 deletions

View File

@ -1192,7 +1192,7 @@ private:
{
Point p1 = get(vpmap_, target(he, mesh_));
Point p2 = get(vpmap_, source(he, mesh_));
return CGAL::midpoint(p1, p2);
return gt_.construct_midpoint_3_object()(p1, p2);
}
void dump(const char* filename) const