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:
+1
-5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user