cgal/Min_sphere_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/Optimisation_ref replaced ccIncludeVerbatim by ccIncludeExampleCode, where appropriate 2006-08-09 14:19:50 +00:00
examples/Min_sphere_d Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL Cleanup : remove ancient CGAL_PROTECT_* macros. 2007-01-24 17:16:05 +00:00
test/Min_sphere_d Remove default-generated cgal_test and makefile 2007-02-15 23:58:10 +00:00
web Cleanup : remove ancient CGAL_PROTECT_* macros. 2007-01-24 17:16:05 +00:00
changes.txt Move packages to trunk root 2006-02-14 08:58:17 +00:00
description.txt Move packages to trunk root 2006-02-14 08:58:17 +00:00
dont_submit Move packages to trunk root 2006-02-14 08:58:17 +00:00
maintainer Move packages to trunk root 2006-02-14 08:58:17 +00:00