mirror of https://github.com/CGAL/cgal
.C -> .cpp
This commit is contained in:
parent
10f8cc0809
commit
dbbf09b2bd
|
|
@ -23,7 +23,7 @@
|
||||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||||
#include <CGAL/Delaunay_triangulation_2.h>
|
#include <CGAL/Delaunay_triangulation_2.h>
|
||||||
|
|
||||||
#include <CGAL/_test_interpolation_functions_2.C>
|
#include <CGAL/_test_interpolation_functions_2.cpp>
|
||||||
|
|
||||||
struct K : CGAL::Exact_predicates_exact_constructions_kernel {};
|
struct K : CGAL::Exact_predicates_exact_constructions_kernel {};
|
||||||
typedef CGAL::Delaunay_triangulation_2<K> Dt;
|
typedef CGAL::Delaunay_triangulation_2<K> Dt;
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||||
#include <CGAL/Delaunay_triangulation_2.h>
|
#include <CGAL/Delaunay_triangulation_2.h>
|
||||||
|
|
||||||
#include <CGAL/_test_natural_neighbors_2.C>
|
#include <CGAL/_test_natural_neighbors_2.cpp>
|
||||||
|
|
||||||
|
|
||||||
struct K : CGAL::Exact_predicates_inexact_constructions_kernel {};
|
struct K : CGAL::Exact_predicates_inexact_constructions_kernel {};
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#include <CGAL/Regular_triangulation_euclidean_traits_2.h>
|
#include <CGAL/Regular_triangulation_euclidean_traits_2.h>
|
||||||
#include <CGAL/Regular_triangulation_2.h>
|
#include <CGAL/Regular_triangulation_2.h>
|
||||||
|
|
||||||
#include <CGAL/_test_regular_neighbors_2.C>
|
#include <CGAL/_test_regular_neighbors_2.cpp>
|
||||||
|
|
||||||
|
|
||||||
struct K : CGAL::Exact_predicates_exact_constructions_kernel {};
|
struct K : CGAL::Exact_predicates_exact_constructions_kernel {};
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@
|
||||||
#include <CGAL/Triangulation_hierarchy_3.h>
|
#include <CGAL/Triangulation_hierarchy_3.h>
|
||||||
#include <CGAL/aff_transformation_tags.h>
|
#include <CGAL/aff_transformation_tags.h>
|
||||||
|
|
||||||
#include <CGAL/_test_surface_neighbors_3.C>
|
#include <CGAL/_test_surface_neighbors_3.cpp>
|
||||||
|
|
||||||
|
|
||||||
struct K : CGAL::Exact_predicates_inexact_constructions_kernel {};
|
struct K : CGAL::Exact_predicates_inexact_constructions_kernel {};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue