cgal/Reconstruction_from_slices_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
..
examples/Reconstruction_from_slices_3 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL Added overload of the 'clear' function 2007-01-17 16:34:54 +00:00
changes.txt Move packages to trunk root 2006-02-14 08:58:19 +00:00
description.txt Move packages to trunk root 2006-02-14 08:58:19 +00:00