add namespace

to avoid conflicts with Uniform_sizing_field in Mesh_3
This commit is contained in:
Jane Tournois 2021-04-12 07:48:10 +02:00
parent 5c1e820c1e
commit 50bbb4f682
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,8 @@
namespace CGAL
{
namespace Polygon_mesh_processing
{
template <class PolygonMesh>
class Uniform_sizing_field : public CGAL::Sizing_field<PolygonMesh>
{
@ -96,6 +98,7 @@ private:
const PolygonMesh& m_pmesh;
};
}//end namespace Polygon_mesh_processing
}//end namespace CGAL
#endif //CGAL_PMP_REMESHING_UNIFORM_SIZING_FIELD_H