More redundant filename removal.

The only survivors should be under Arrangement_2/examples
(some Doxygen syntax is used, so I don't touch them).
This commit is contained in:
Sylvain Pion
2007-03-10 15:22:41 +00:00
parent e46d4d9f99
commit ffe1e4ec1c
39 changed files with 10 additions and 90 deletions
@@ -1,5 +1,3 @@
// Authalic_parameterization.cpp
#include <CGAL/Cartesian.h>
#include <CGAL/Polyhedron_3.h>
#include <CGAL/IO/Polyhedron_iostream.h>
@@ -102,5 +100,3 @@ int main(int argc, char * argv[])
return (err == Parameterizer::OK) ? EXIT_SUCCESS : EXIT_FAILURE;
}