cgal/Largest_empty_rect_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/Largest_empty_rect_2 changed .C to .cpp in examples 2006-07-09 19:23:34 +00:00
doc_tex/Optimisation_ref
examples/Largest_empty_rect_2 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL remove warnings 2007-03-04 13:30:32 +00:00
test/Largest_empty_rect_2 .C -> .cpp 2007-02-16 16:24:52 +00:00
Largest_empty_rect_2.dxy updated 2006-08-03 16:15:35 +00:00
changes.txt
description.txt
dont_submit
maintainer global update of maintainer files 2006-12-05 14:01:13 +00:00
todo.txt