Just test dim 2 for now

This commit is contained in:
Clement Jamin 2014-06-13 16:09:51 +02:00
parent 25a319f4a5
commit a94ed18092
1 changed files with 3 additions and 3 deletions

View File

@ -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;