make_tetrahedron is no longer in CGAL::Euler

This commit is contained in:
Andreas Fabri 2015-04-17 08:28:57 +02:00
parent 2f73c7e985
commit 79e4711ee0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ int main()
Point r(0.0, 0.0, 1.0);
Point s(0.0, 0.0, 0.0);
Mesh m;
CGAL::Euler::make_tetrahedron(m, p, q, r, s);
CGAL::make_tetrahedron(p, q, r, s, m);
// constructs AABB tree
Tree tree(faces(m).first, faces(m).second, m);