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

[test] Add missing return in main

Unused variable warning indicated this oversight
parent e87a405a
No related branches found
No related tags found
1 merge request!505[test] Add missing return in main
Pipeline #55457 passed
......@@ -59,4 +59,5 @@ int main(int argc, char** argv)
Dune::derr<<"Counting nonzeros of block BCRSMatrix failed!"<<std::endl;
}
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