Skip to content
Snippets Groups Projects
Commit c0679f6e authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[galerkintest] Fix output of matrix size.

parent a2af3114
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