mirror of https://github.com/CGAL/cgal
Fix typename
This commit is contained in:
parent
4818e5ddd4
commit
a6498e1c4d
|
|
@ -278,7 +278,7 @@ set_halfedge(typename boost::graph_traits< HalfedgeDS_default<T,I,A> >::face_des
|
||||||
, typename boost::graph_traits< HalfedgeDS_default<T,I,A> >::halfedge_descriptor h
|
, typename boost::graph_traits< HalfedgeDS_default<T,I,A> >::halfedge_descriptor h
|
||||||
, HalfedgeDS_default<T,I,A>& g)
|
, HalfedgeDS_default<T,I,A>& g)
|
||||||
{
|
{
|
||||||
typedef typename HalfedgeDS_default<T,I,A> Hds;
|
typedef HalfedgeDS_default<T,I,A> Hds;
|
||||||
CGAL::HalfedgeDS_decorator<Hds> D(g);
|
CGAL::HalfedgeDS_decorator<Hds> D(g);
|
||||||
D.set_face_halfedge(f, h);
|
D.set_face_halfedge(f, h);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue