mirror of https://github.com/CGAL/cgal
Some examples escapede my previous pass due to trailing white space at end of line.
This commit is contained in:
parent
23edc11d3b
commit
01d46bfa15
|
|
@ -1,4 +1,4 @@
|
|||
// file: examples/Generator/generators_example1.C
|
||||
// file: examples/Generator/random_degenerate_point_set.cpp
|
||||
|
||||
#include <CGAL/Simple_cartesian.h>
|
||||
#include <cassert>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// file: examples/HalfedgeDS/hds_prog_vector.C
|
||||
// file: examples/HalfedgeDS/hds_prog_vector.cpp
|
||||
|
||||
#include <CGAL/HalfedgeDS_items_2.h>
|
||||
#include <CGAL/HalfedgeDS_vector.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//file: examples/Interpolation/linear_interpolation_2.C
|
||||
//file: examples/Interpolation/linear_interpolation_2.cpp
|
||||
//
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/Delaunay_triangulation_2.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//file: examples/Interpolation/nn_coordinates_2.C
|
||||
//file: examples/Interpolation/nn_coordinates_2.cpp
|
||||
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/Delaunay_triangulation_2.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//file: examples/Interpolation/nn_coordinates_3.C
|
||||
//file: examples/Interpolation/nn_coordinates_3.cpp
|
||||
// author(s) : Raphaelle Chaine <Raphaelle.Chaine@sophia.inria.fr, raphaelle.chaine@liris.cnrs.fr>
|
||||
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//file: examples/Interpolation/sibson_interpolation_2.C
|
||||
//file: examples/Interpolation/sibson_interpolation_2.cpp
|
||||
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
#include <CGAL/Delaunay_triangulation_2.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
//file: examples/Interpolation/surface_neighbor_coordinates_3.C
|
||||
//file: examples/Interpolation/surface_neighbor_coordinates_3.cpp
|
||||
// example with random points on a sphere
|
||||
|
||||
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
// file: examples/STL_Extension/in_place_list_prog.C
|
||||
// file: examples/STL_Extension/in_place_list_prog.cpp
|
||||
|
||||
#include <CGAL/basic.h>
|
||||
#include <cassert>
|
||||
|
|
|
|||
Loading…
Reference in New Issue