Manually remove the remaining "//file:" lines.

This commit is contained in:
Sylvain Pion 2007-03-10 15:03:39 +00:00
parent 6fb5cb906b
commit 8bfd7a00e5
13 changed files with 1 additions and 31 deletions

View File

@ -1,5 +1,3 @@
//file: examples/Algebraic_foundations/fraction_traits.cpp
#include <CGAL/basic.h>
#include <CGAL/Fraction_traits.h>
#include <CGAL/IO/io.h>

View File

@ -1,5 +1,3 @@
//file: examples/Algebraic_foundations/implicit_interoperable_dispatch.cpp
#include <CGAL/basic.h>
#include <CGAL/Coercion_traits.h>
#include <CGAL/Quotient.h>

View File

@ -1,5 +1,3 @@
//file: examples/Algebraic_foundations/integralize.cpp
#include <CGAL/basic.h>
#include <CGAL/Fraction_traits.h>
#include <CGAL/IO/io.h>

View File

@ -1,5 +1,3 @@
//file: examples/Algebraic_foundations/interoperable.cpp
#include <CGAL/basic.h>
#include <CGAL/Coercion_traits.h>
#include <CGAL/IO/io.h>

View File

@ -1,6 +1,4 @@
//file: examples/Interpolation/interpolation_2.cpp
// compares the result of several interpolation methods
// Author: Julia
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
@ -213,4 +211,3 @@ int main()
std::cout << "done" << std::endl;
return 0;
}
//end of file

View File

@ -1,5 +1,3 @@
//file: examples/Interpolation/linear_interpolation_2.cpp
//
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Delaunay_triangulation_2.h>

View File

@ -1,5 +1,3 @@
//file: examples/Interpolation/nn_coordinates_2.cpp
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Delaunay_triangulation_2.h>
#include <CGAL/natural_neighbor_coordinates_2.h>

View File

@ -1,6 +1,3 @@
//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>
#include <CGAL/Triangulation_vertex_base_3.h>
@ -97,4 +94,3 @@ int main()
std::cout << "done" << std::endl;
return 0;
}

View File

@ -1,6 +1,3 @@
//
//file: examples/Interpolation/rn_coordinates_2.C
//
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Regular_triangulation_2.h>
#include <CGAL/Regular_triangulation_euclidean_traits_2.h>

View File

@ -1,5 +1,3 @@
//file: examples/Interpolation/sibson_interpolation_2.cpp
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
#include <CGAL/Delaunay_triangulation_2.h>
@ -67,4 +65,4 @@ int main()
std::cout << "done" << std::endl;
return 0;
};
}

View File

@ -1,4 +1,3 @@
//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,5 +1,3 @@
//file: examples/Polyhedron_IO/terr_trian.cpp
// Delaunay Triangulation of a set of 3D points in the xy-plane.
// (Terrain triangulation)
@ -174,4 +172,3 @@ int main( int argc, char **argv) {
delete[] indices;
return 0;
}
// EOF //

View File

@ -1,5 +1,3 @@
//file: examples/Spatial_searching/User_defined_point_and_distance.cpp
#include <CGAL/basic.h>
#include <CGAL/Search_traits.h>
#include <CGAL/point_generators_3.h>