cgal/Triangulation_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/Triangulation_2 Constify 2007-03-05 16:52:40 +00:00
doc_tex Remove references to "see the Support Library Manual", since 2007-02-09 13:31:16 +00:00
examples/Triangulation_2 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL Fix some optimized test-suite warnings (variables can be used uninitialized), 2007-03-08 13:32:45 +00:00
test warnings-=2 2007-03-08 09:53:59 +00:00
Makefile
TODO
changes.txt - add mirror_vertex and mirror_index in the ref page of Triangulation_2. 2006-11-29 19:11:16 +00:00
description.txt
dont_submit
maintainer