cgal/Box_intersection_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 clarify that box_intersection_d actually means 2007-02-19 22:06:07 +00:00
examples/Box_intersection_d Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL Improved parenthesization 2007-03-08 10:37:21 +00:00
test/Box_intersection_d Improved parenthesization 2007-03-08 10:37:21 +00:00
changes.txt Global fix of svn:executable property in trunk 2006-04-14 15:07:17 +00:00
description.txt
maintainer Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00