mirror of https://github.com/CGAL/cgal
Cleaned uses of obsolete traits class Regular_triangulation_euclidean_traits
This commit is contained in:
parent
c312991e38
commit
ae8c85abe6
|
|
@ -31,7 +31,6 @@
|
|||
#include <CGAL/Kernel_traits.h>
|
||||
|
||||
#include <CGAL/Regular_triangulation_3.h>
|
||||
#include <CGAL/Regular_triangulation_euclidean_traits_3.h>
|
||||
#include <CGAL/Mesh_3/Robust_weighted_circumcenter_filtered_traits_3.h>
|
||||
|
||||
#include <CGAL/Mesh_vertex_base_3.h>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ template<>
|
|||
struct Mesh_geom_traits_generator<K_e_e>
|
||||
{
|
||||
private:
|
||||
typedef Regular_triangulation_euclidean_traits_3<K_e_e> Geom_traits;
|
||||
typedef K_e_e Geom_traits;
|
||||
|
||||
public:
|
||||
typedef Geom_traits type;
|
||||
|
|
|
|||
Loading…
Reference in New Issue