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 @@
// Taucs_parameterization.cpp
#include <CGAL/basic.h> // include basic.h before testing #defines
#ifdef CGAL_USE_TAUCS
@@ -129,12 +127,10 @@ int main(int argc, char * argv[])
// Empty main() if TAUCS is not installed
// ----------------------------------------------------------------------------
int main(int argc, char * argv[])
int main()
{
std::cerr << "Skip test as TAUCS is not installed" << std::endl;
return EXIT_SUCCESS;
}
#endif // CGAL_USE_TAUCS