Some examples escapede my previous pass due to trailing white space at end of line.

This commit is contained in:
Sylvain Pion 2007-03-10 14:39:37 +00:00
parent 23edc11d3b
commit 01d46bfa15
8 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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