cgal/Envelope_2/examples/Envelope_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
..
ch_points.dat Added more examples. 2006-08-03 13:31:36 +00:00
ex_convex_hull.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00
ex_envelope_circles.cpp Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
ex_envelope_segments.cpp Remove trailing white spaces and end of lines. 2007-03-10 14:59:41 +00:00