Skip to content

Commit

Permalink
add namespace
Browse files Browse the repository at this point in the history
to avoid conflicts with Uniform_sizing_field in Mesh_3
  • Loading branch information
janetournois committed Apr 12, 2021
1 parent 11ad204 commit 124fe09
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@

namespace CGAL
{
namespace Polygon_mesh_processing
{
template <class PolygonMesh>
class Uniform_sizing_field : public CGAL::Sizing_field<PolygonMesh>
{
Expand Down Expand Up @@ -96,6 +98,7 @@ class Uniform_sizing_field : public CGAL::Sizing_field<PolygonMesh>
const PolygonMesh& m_pmesh;
};

}//end namespace Polygon_mesh_processing
}//end namespace CGAL

#endif //CGAL_PMP_REMESHING_UNIFORM_SIZING_FIELD_H

0 comments on commit 124fe09

Please sign in to comment.