mirror of https://github.com/CGAL/cgal
Just test dim 2 for now
This commit is contained in:
parent
25a319f4a5
commit
a94ed18092
|
|
@ -119,10 +119,10 @@ int main(int argc, char **argv)
|
|||
int N = 1000;
|
||||
if( argc > 1 )
|
||||
N = atoi(argv[1]);
|
||||
go<5>(N);
|
||||
go<3>(N);
|
||||
//go<5>(N);
|
||||
//go<3>(N);
|
||||
go<2>(N);
|
||||
go<1>(N);
|
||||
//go<1>(N);
|
||||
|
||||
cerr << std::endl;
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue