cgal/Convex_hull_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
..
demo/Convex_hull_2 Changed .C to .cpp for demos and examples 2006-06-12 14:19:07 +00:00
doc_tex fix URL 2007-01-25 13:24:45 +00:00
examples/Convex_hull_2 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL formatting 2007-02-15 14:48:03 +00:00
test/Convex_hull_2 rename .C to .cpp 2007-01-27 21:16:25 +00:00
changes.txt Move packages to trunk root 2006-02-14 08:58:14 +00:00
description.txt Move packages to trunk root 2006-02-14 08:58:14 +00:00
maintainer Move packages to trunk root 2006-02-14 08:58:14 +00:00