cgal/Alpha_shapes_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/Alpha_shapes_3 changed .C to .cpp in examples 2006-07-09 19:01:37 +00:00
doc_tex Fix all "align=center" in <img> by "align=middle". 2007-01-13 21:49:03 +00:00
examples/Alpha_shapes_3 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL warning-- 2007-03-09 08:24:31 +00:00
test/Alpha_shapes_3 rename .C to .cpp and remove Makefile, same as generated 2007-01-27 21:15:03 +00:00
Makefile - Rename Data/ directories to data/ for homogeneity. 2006-03-11 22:21:10 +00:00
TODO
changes.txt renamed {demo,examples}/Makefile to {demo,examples}/makefile to avoid 2006-03-17 18:00:59 +00:00
description.txt
dont_submit
maintainer