cgal/Subdivision_method_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 rename .C to .cpp 2006-08-07 08:52:06 +00:00
examples/Subdivision_method_3 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL make automatic grep-checks easier 2007-02-15 21:27:34 +00:00
test/Subdivision_method_3 rename .C to .cpp 2007-01-27 21:20:09 +00:00
TODO Change the package name to Subdivision_method_3 2006-02-18 00:46:03 +00:00
changes.txt The examples now return 0, if they are called without arguments 2006-03-13 22:37:23 +00:00
description.txt Change the package name to Subdivision_method_3 2006-02-18 00:46:03 +00:00
long_description.txt Change the package name to Subdivision_method_3 2006-02-18 00:46:03 +00:00
maintainer Change the package name to Subdivision_method_3 2006-02-18 00:46:03 +00:00