cgal/Alpha_shapes_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
..
demo/Alpha_shapes_2 constify 2007-02-11 22:34:39 +00:00
doc_tex Fix all "align=center" in <img> by "align=middle". 2007-01-13 21:49:03 +00:00
examples/Alpha_shapes_2 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL fixed a bug in initialize_interval_edge_map() : 2007-01-04 11:04:31 +00:00
test/Alpha_shapes_2 rename .C to .cpp and remove Makefile, same as generated 2007-01-27 21:13:36 +00:00
Makefile - Rename Data/ directories to data/ for homogeneity. 2006-03-11 22:21:10 +00:00
changes.txt fixed a bug in initialize_interval_edge_map() : 2007-01-04 11:04:31 +00:00
description.txt Move packages to trunk root 2006-02-14 08:58:13 +00:00
dont_submit Move packages to trunk root 2006-02-14 08:58:13 +00:00
maintainer - Remove Radu from maintainer files, and other updates. 2006-03-07 13:56:03 +00:00