Mentions légales du service

Skip to content
Snippets Groups Projects
Commit e831ac8c authored by GILLES Sebastien's avatar GILLES Sebastien
Browse files

#729 ThirdParty/Snes: fix Gmres.

parent 6f93b23f
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ namespace HappyHeart
Gmres::Gmres(unsigned int restart)
: parent(solver_type::direct),
: parent(solver_type::iterative),
restart_(static_cast<PetscInt>(restart))
{ }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment