mirror of https://github.com/CGAL/cgal
use CGAL namespace
This commit is contained in:
parent
0d4dba11fa
commit
3698d4528c
|
|
@ -29,7 +29,7 @@
|
||||||
#include <CGAL/Envelope_3/Envelope_base.h>
|
#include <CGAL/Envelope_3/Envelope_base.h>
|
||||||
#include <CGAL/Envelope_3/Env_plane_traits_3_functions.h>
|
#include <CGAL/Envelope_3/Env_plane_traits_3_functions.h>
|
||||||
|
|
||||||
CGAL_BEGIN_NAMESPACE
|
namespace CGAL{
|
||||||
|
|
||||||
template <class Kernel_>
|
template <class Kernel_>
|
||||||
class L1_voronoi_traits_2 : public Arr_linear_traits_2<Kernel_>
|
class L1_voronoi_traits_2 : public Arr_linear_traits_2<Kernel_>
|
||||||
|
|
@ -337,6 +337,6 @@ public:
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
CGAL_END_NAMESPACE
|
} //namespace CGAL
|
||||||
|
|
||||||
#endif // CGAL_L1_VORONOI_DIAGRAM_TRAITS_2_H
|
#endif // CGAL_L1_VORONOI_DIAGRAM_TRAITS_2_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue