mirror of https://github.com/CGAL/cgal
more new_traits -> Delage_traits
This commit is contained in:
parent
330640c7e2
commit
d9e739bbfe
|
|
@ -23,7 +23,7 @@
|
|||
#define CGAL_APOLLONIUS_GRAPH_2_EDGE_CONFLICT_2_H 1
|
||||
|
||||
|
||||
#include <CGAL/Apollonius_graph_2/new_traits/Conflict_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/Delage_traits/Conflict_2.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
#ifndef CGAL_APOLLONIUS_GRAPH_2_FINITE_EDGE_CONFLICT_2_H
|
||||
#define CGAL_APOLLONIUS_GRAPH_2_FINITE_EDGE_CONFLICT_2_H
|
||||
|
||||
#include <CGAL/Apollonius_graph_2/new_traits/Edge_conflict_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/Delage_traits/Edge_conflict_2.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
#define CGAL_APOLLONIUS_GRAPH_2_INFINITE_EDGE_CONFLICT_2_H
|
||||
|
||||
|
||||
#include <CGAL/Apollonius_graph_2/new_traits/Edge_conflict_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/Delage_traits/Edge_conflict_2.h>
|
||||
|
||||
CGAL_BEGIN_NAMESPACE
|
||||
|
||||
|
|
|
|||
|
|
@ -24,9 +24,9 @@
|
|||
|
||||
#include <CGAL/Apollonius_graph_2/Predicates_C2.h>
|
||||
|
||||
#include <CGAL/Apollonius_graph_2/new_traits/Vertex_conflict_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/new_traits/Finite_edge_conflict_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/new_traits/Infinite_edge_conflict_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/new_traits/Orientation_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/Delage_traits/Vertex_conflict_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/Delage_traits/Finite_edge_conflict_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/Delage_traits/Infinite_edge_conflict_2.h>
|
||||
#include <CGAL/Apollonius_graph_2/Delage_traits/Orientation_2.h>
|
||||
|
||||
#endif // CGAL_APOLLONIUS_GRAPH_2_NEW_PREDICATES_C2_H
|
||||
|
|
|
|||
Loading…
Reference in New Issue