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

matrixmarkettest: Add return statement to use variable ret

parent 6b2a3b48
No related branches found
No related tags found
1 merge request!526Adjust sequential and both parallel cases in istl-solver-playground
Pipeline #61022 passed
......@@ -174,4 +174,6 @@ int main(int argc, char** argv)
#if HAVE_MPI
MPI_Finalize();
#endif
return ret;
}
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