mirror of https://github.com/CGAL/cgal
Rename *.C to *.cpp
This commit is contained in:
parent
21eb003459
commit
82f4aee076
|
|
@ -1,4 +1,5 @@
|
|||
// file : Benchmark/Spatial_searching/Nearest_neighbor_searching.C
|
||||
// $URL:$
|
||||
// $Id:$
|
||||
|
||||
#include <CGAL/Cartesian_d.h>
|
||||
#include <CGAL/Orthogonal_k_neighbor_search.h>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
// file : Benchmark/Spatial_searching/Nearest_neighbor_searching_2D.C
|
||||
// $URL:$
|
||||
// $Id:$
|
||||
|
||||
// #include <CGAL/Cartesian.h>
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
// file : Benchmark/Spatial_searching/Nearest_neighbor_searching_2D_user_defined.C
|
||||
// $URL:$
|
||||
// $Id:$
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <CGAL/Orthogonal_k_neighbor_search.h>
|
||||
|
|
@ -1,4 +1,5 @@
|
|||
// file : Benchmark/Spatial_searching/Split_data.C
|
||||
// $URL:$
|
||||
// $Id:$
|
||||
|
||||
#include <CGAL/Cartesian_d.h>
|
||||
#include <CGAL/Random.h>
|
||||
Loading…
Reference in New Issue