Skip to content
Snippets Groups Projects
Commit 57561886 authored by mattijs's avatar mattijs
Browse files

COMP: buildCGALPolyhedron.C: using typename outside of template

parent 0520872c
No related merge requests found
......@@ -51,8 +51,8 @@ void Foam::buildCGALPolyhedron::operator()
HalfedgeDS& hds
)
{
typedef typename HalfedgeDS::Traits Traits;
typedef typename Traits::Point_3 Point;
typedef HalfedgeDS::Traits Traits;
typedef Traits::Point_3 Point;
// Postcondition: `hds' is a valid polyhedral surface.
CGAL::Polyhedron_incremental_builder_3<HalfedgeDS> B(hds, false);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment