cgal/Matrix_search
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/Matrix_search changed .C to .cpp in examples 2006-07-09 19:24:27 +00:00
doc_tex/Optimisation_ref Removed prefix example_ from the examples files 2007-02-26 18:54:23 +00:00
examples/Matrix_search Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL Add parentheses to fix g++-4.3 warnings. 2007-02-16 08:08:23 +00:00
test/Matrix_search Rename .C to .cpp, and remove makefile/cgal_test. 2007-01-27 20:20:50 +00:00
changes.txt Added/fixed CGAL_MAKEFILE= line in makefiles 2006-03-14 19:35:55 +00:00
description.txt
long_description.txt
maintainer