mirror of https://github.com/CGAL/cgal
CORE instead of LEDA
This commit is contained in:
parent
cd59ac2d67
commit
a572cbed3d
|
|
@ -363,7 +363,7 @@ void single_benchmark( std::string filename, std::string rep_class, std::string
|
||||||
|
|
||||||
int main( int argc, char** argv ) {
|
int main( int argc, char** argv ) {
|
||||||
|
|
||||||
typedef CGAL::LEDA_arithmetic_kernel Arithmetic_kernel;
|
typedef CGAL::CORE_arithmetic_kernel Arithmetic_kernel;
|
||||||
typedef Arithmetic_kernel::Integer Integer;
|
typedef Arithmetic_kernel::Integer Integer;
|
||||||
|
|
||||||
if( argc > 1 ) {
|
if( argc > 1 ) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue