Skip to content
Snippets Groups Projects
Commit 6fe14a18 authored by Christian Engwer's avatar Christian Engwer
Browse files

[test] We removed the deprecated constructors of RestartedGMResSolver. Don't...

[test] We removed the deprecated constructors of RestartedGMResSolver. Don't test the old constructor.
parent 77390949
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ int main(int argc, char** argv)
mat.mv(x, b);
x=99;
Dune::RestartedGMResSolver<BVector> solver3(fop, prec0, 1e-3,5,20,2,false);
Dune::RestartedGMResSolver<BVector> solver3(fop, prec0, 1e-3,5,20,2);
solver3.apply(x,b, res);
return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment