Skip to content
Snippets Groups Projects
Commit b1882eb1 authored by Christoph Grüninger's avatar Christoph Grüninger Committed by Steffen Müthing
Browse files

[galerkintest] Fix output of matrix size.


(cherry picked from commit c0679f6e)
Signed-off-by: default avatarSteffen Müthing <muething@dune-project.org>
parent 61af51d5
No related branches found
No related tags found
No related merge requests found
......@@ -157,7 +157,7 @@ int main(int argc, char **argv)
if(argc>1)
N = atoi(argv[1]);
std::cout<<"Galerkin test with N="<<5<<std::endl;
std::cout << "Galerkin test with N=" << N << std::endl;
testCoarsenIndices<1>(N);
MPI_Finalize();
}
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