Rename *.C to *.cpp

This commit is contained in:
Sylvain Pion 2008-07-16 08:32:34 +00:00
parent 21eb003459
commit 82f4aee076
4 changed files with 8 additions and 4 deletions

View File

@ -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>

View File

@ -1,4 +1,5 @@
// file : Benchmark/Spatial_searching/Nearest_neighbor_searching_2D.C
// $URL:$
// $Id:$
// #include <CGAL/Cartesian.h>
#include <CGAL/Simple_cartesian.h>

View File

@ -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>

View File

@ -1,4 +1,5 @@
// file : Benchmark/Spatial_searching/Split_data.C
// $URL:$
// $Id:$
#include <CGAL/Cartesian_d.h>
#include <CGAL/Random.h>