Merge pull request #945 from sloriot/BGL-OpenMesh_free_functions

BGL functions must be in OpenMesh namespace
This commit is contained in:
Laurent Rineau 2016-03-29 10:51:16 +02:00
commit 0b5fa6a4a9
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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