cgal/Segment_Delaunay_graph_2/examples/Segment_Delaunay_graph_2
Sylvain Pion 847c23a15e Removing leading and trailing empty lines from all example files.
Using the following Perl script:
-----------------------------------------------------
#!/usr/bin/perl

local($/) = undef;
my $text = <>;

$text =~ s/\A\n+//mg;
$text =~ s/\n+\Z/\n/mg;

print "$text";
-----------------------------------------------------
2007-03-10 16:17:17 +00:00
..
data added one more example for using the info stuff 2006-07-31 14:36:15 +00:00
sdg-count-sites.cpp Actually, the "// file: example_bla.cpp" lines are not needed anymore, 2007-03-10 14:48:00 +00:00
sdg-filtered-traits.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
sdg-info-set.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
sdg-red-blue-info.cpp Actually, the "// file: example_bla.cpp" lines are not needed anymore, 2007-03-10 14:48:00 +00:00
sdg-voronoi-edges.cpp Actually, the "// file: example_bla.cpp" lines are not needed anymore, 2007-03-10 14:48:00 +00:00