fix of 10c08719

This commit is contained in:
Sébastien Loriot 2015-02-16 11:54:32 +01:00
parent 13296e6887
commit 837be0b84f
1 changed files with 0 additions and 2 deletions

View File

@ -186,8 +186,6 @@ face(typename boost::graph_traits<Dual<P> >::halfedge_descriptor h,
{
const typename Dual<P>::Primal& primal = dual.primal();
return target(h,primal);
const typename Dual<P>::Primal& primal = dual.primal();
return vertex(h,primal);
}
template <typename P>