cgal/Min_annulus_d
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
examples/Min_annulus_d Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL - "changes meaning" error fixed 2007-03-08 14:28:58 +00:00
test/Min_annulus_d - obsolete files removed 2007-03-06 18:47:24 +00:00
web Cleanup : remove ancient CGAL_PROTECT_* macros. 2007-01-24 17:16:05 +00:00
Makefile.settings
changes.txt
description.txt
dont_submit
maintainer global update of maintainer files 2006-12-05 14:01:13 +00:00