mirror of https://github.com/CGAL/cgal
Merge pull request #945 from sloriot/BGL-OpenMesh_free_functions
BGL functions must be in OpenMesh namespace
This commit is contained in:
commit
0b5fa6a4a9
|
|
@ -270,7 +270,7 @@ struct property_map<OpenMesh::PolyMesh_ArrayKernelT<K>, boost::vertex_point_t >
|
|||
|
||||
} // namespace boost
|
||||
|
||||
namespace boost {
|
||||
namespace OpenMesh {
|
||||
|
||||
|
||||
template <typename K>
|
||||
|
|
@ -360,7 +360,7 @@ put(boost::vertex_point_t p, OpenMesh::PolyMesh_ArrayKernelT<K>& g,
|
|||
}
|
||||
|
||||
|
||||
} // namespace boost
|
||||
} // namespace OpenMesh
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ struct property_map<OpenMesh::TriMesh_ArrayKernelT<K>, boost::vertex_point_t >
|
|||
|
||||
} // namespace boost
|
||||
|
||||
namespace boost {
|
||||
namespace OpenMesh {
|
||||
|
||||
|
||||
template <typename K>
|
||||
|
|
@ -188,7 +188,7 @@ put(boost::vertex_point_t p, OpenMesh::TriMesh_ArrayKernelT<K>& g,
|
|||
}
|
||||
|
||||
|
||||
} // namespace boost
|
||||
} // namespace OpenMesh
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue