mirror of https://github.com/CGAL/cgal
fix of 10c08719
This commit is contained in:
parent
13296e6887
commit
837be0b84f
|
|
@ -186,8 +186,6 @@ face(typename boost::graph_traits<Dual<P> >::halfedge_descriptor h,
|
||||||
{
|
{
|
||||||
const typename Dual<P>::Primal& primal = dual.primal();
|
const typename Dual<P>::Primal& primal = dual.primal();
|
||||||
return target(h,primal);
|
return target(h,primal);
|
||||||
const typename Dual<P>::Primal& primal = dual.primal();
|
|
||||||
return vertex(h,primal);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename P>
|
template <typename P>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue