cgal/Circular_kernel_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
..
Benchmarks Adding Bbox(Lazy) bench 2006-08-28 12:30:37 +00:00
demo/Circular_kernel_2 remove GCC-only command-line option 2007-03-10 10:49:31 +00:00
doc_tex added pictures 2007-02-20 16:09:17 +00:00
examples/Circular_kernel_2 Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL warning patrol 2007-03-09 08:37:01 +00:00
test/Circular_kernel_2 warning patrol 2007-03-09 08:37:01 +00:00
TODO todo: demo with predefined Exact_ck 2007-01-16 15:54:44 +00:00
changes.txt
dont_submit Lazy examples put again in dont-submit, with the new names introduced by Andreas 2007-02-18 09:10:00 +00:00
maintainer Uniformize the format. Add some missing/updates. 2006-12-17 11:58:21 +00:00