cgal/Envelope_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
..
doc_tex Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
examples/Envelope_2 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL Renamed Infinity_type to Boundary_type. 2006-12-11 15:35:40 +00:00
test/Envelope_2 Added a cgal-test script. 2006-08-03 15:35:19 +00:00
Envelope_2.dxy Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00
dont_submit Fixed svn properties of whole trunk 2006-12-18 09:37:55 +00:00