Skip to content
Snippets Groups Projects
Commit dc6a3eb4 authored by Timo Koch's avatar Timo Koch
Browse files

[test][ovlpswrz][cleanup] Remove unused variable

parent bd88de2e
No related branches found
No related tags found
No related merge requests found
......@@ -23,12 +23,11 @@ Dune::TestSuite test(int argc, char** argv)
{
Dune::TestSuite suite;
#if HAVE_SUPERLU || HAVE_SUITESPARSE_UMFPACK
const int BS=1;
int N=4;
if(argc>1)
N = atoi(argv[1]);
std::cout<<"testing for N="<<N<<" BS="<<1<<std::endl;
std::cout<<"testing for N="<<N<<std::endl;
typedef Dune::BCRSMatrix<MatrixBlock> BCRSMat;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment