cgal/Width_3
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
..
doc_tex/Optimisation_ref renamed example 2007-03-07 12:35:02 +00:00
examples/Width_3 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL Add parentheses (was buggy code...) : warnings-=2 2007-03-08 10:02:46 +00:00
test/Width_3 rename .C to .cpp and remove makefile, same as generated 2007-01-27 21:06:38 +00:00
changes.txt
description.txt
long_description.txt
maintainer