Remove PCA_dimension_0_tag() from call to centroid()

This commit is contained in:
Sylvain Pion 2008-04-16 15:27:08 +00:00
parent 9fa4761d86
commit 8e30faabcb
1 changed files with 1 additions and 1 deletions

View File

@ -1061,7 +1061,7 @@ private:
if(tet.has_on_unbounded_side(c))
{
Point cell_points[4] = {pi,pj,pk,pl};
c = CGAL::centroid(cell_points, cell_points+4,PCA_dimension_0_tag());
c = CGAL::centroid(cell_points, cell_points+4);
}
Point ck = CGAL::circumcenter(pi,pj,pk);