mirror of https://github.com/CGAL/cgal
fix 3 args put for open mesh
This commit is contained in:
parent
179c89803b
commit
bd3f47c16e
|
|
@ -423,7 +423,11 @@ template<typename K>
|
|||
void
|
||||
put(boost::vertex_point_t p, OPEN_MESH_CLASS& g,
|
||||
typename boost::graph_traits< OPEN_MESH_CLASS >::vertex_descriptor vd,
|
||||
#if defined(CGAL_USE_OM_POINTS)
|
||||
const typename K::Point& point)
|
||||
#else
|
||||
const CGAL::Exact_predicates_inexact_constructions_kernel::Point_3& point)
|
||||
#endif
|
||||
{
|
||||
put(get(p,g), vd, point);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue