cgal/PDB
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
..
examples/PDB Removing leading and trailing empty lines from all example files. 2007-03-10 16:17:17 +00:00
include/CGAL/PDB hid conversion operators since they confused VC, I don't think they are used 2007-02-22 07:40:43 +00:00
src/CGALPDB fixes for min/max problem 2007-02-27 10:16:38 +00:00
test/PDB more data/ 2007-02-23 01:21:39 +00:00