Skip to content
Snippets Groups Projects
Commit 0bc35c56 authored by Markus Blatt's avatar Markus Blatt
Browse files

Merged patch 1506 from trunk (Fix unused variable warning)

[[Imported from SVN: r1517]]
parents 912d12fd 47a5d4aa
No related branches found
No related tags found
No related merge requests found
......@@ -409,7 +409,7 @@ void test_Iter ()
d=b; A.mmv(x,d); // compute defect
std::cout << 0 << " " << d.two_norm() << std::endl;
Dune::BlockVector<VB> v(x); // memory for update
double w=1.0; // damping factor
// double w=1.0; // damping factor
// printmatrix(std::cout,A,"system matrix","row",12,4);
Dune::BCRSMatrix<MB> ILU(A);
bilu0_decomposition(ILU);
......
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