cgal/Cubical_gaussian_map_3
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/Cubical_gaussian_map_3/Sphere_map_viewer
doc_tex rewritten the whole manual 2006-04-06 17:03:37 +00:00
examples/Cubical_gaussian_map_3 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL minor 2006-12-01 14:06:21 +00:00
Cubical_gaussian_map_3.dxy 1st revision 2006-08-03 16:21:08 +00:00