mirror of https://github.com/CGAL/cgal
Test more dimensions
This commit is contained in:
parent
cb848a4375
commit
963ebc58bd
|
|
@ -124,11 +124,11 @@ int main(int argc, char **argv)
|
|||
int N = 10;
|
||||
if( argc > 1 )
|
||||
N = atoi(argv[1]);
|
||||
//go<5>(N);
|
||||
//go<4>(N);
|
||||
//go<3>(N);
|
||||
go<5>(N);
|
||||
go<4>(N);
|
||||
go<3>(N);
|
||||
go<2>(N);
|
||||
//go<1>(N);
|
||||
go<1>(N);
|
||||
|
||||
cerr << endl;
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue