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

Code cleanup

[[Imported from SVN: r457]]
parent 351334a7
Branches
Tags
No related merge requests found
......@@ -37,12 +37,7 @@ int main(int argc, char** argv)
BCRSMat mat = setupAnisotropic2d<BS>(N, indices, &n, 1);
if(N<5)
Dune::printmatrix(std::cout, mat, "A", "row");
Vector b(indices.size()), x(indices.size());
Vector b(mat.N()), x(mat.M());
b=0;
x=100;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment