cgal/Apollonius_graph_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/Apollonius_graph_2 rm Number_type_traits 2006-11-15 16:23:37 +00:00
doc_tex Added teaser 2007-02-23 21:46:17 +00:00
examples/Apollonius_graph_2 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
generators rm Number_type_traits 2006-11-15 16:23:37 +00:00
include/CGAL warning patrol 2007-03-09 08:32:01 +00:00
test/Apollonius_graph_2 warning patrol 2007-03-09 08:32:01 +00:00
TODO updated TODO list 2006-07-27 18:06:12 +00:00
changes.txt fixes to please VC++ (could not accept within classes typedefs of 2006-08-10 09:03:31 +00:00
description.txt better description 2006-07-20 22:52:52 +00:00
dont_submit added directories for data generators and benchmarking 2006-07-20 15:37:07 +00:00
maintainer