Removed unneccessary macro

This commit is contained in:
Michael Kerber 2008-07-04 15:44:46 +00:00
parent f944600045
commit fdaae71224
1 changed files with 0 additions and 4 deletions

View File

@ -41,9 +41,6 @@
#define CGAL_ACK_COEFFICIENT_IS_INTEGER 1
#endif
//Which Arithmetic_kernel is used?
#define ARITHMETIC_KERNEL CGAL::CORE_arithmetic_kernel
#include <CGAL/Timer.h>
CGAL::Timer overall_timer;
@ -290,7 +287,6 @@ int main(int argc,char** argv) {
std::vector<Polynomial_2> curves;
Polynomial_2 f;
if(strcmp(argv[1],"FILE")!=0
&& strcmp(argv[1],"RANDOM")!=0
&& strcmp(argv[1],"INPUT")!=0