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

Merge branch 'feature/add-missing-return' into 'master'

[test] Add missing return in main

See merge request core/dune-istl!505
parents e87a405a 63549b1c
No related branches found
No related tags found
1 merge request!505[test] Add missing return in main
Pipeline #55470 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