Skip to content
Snippets Groups Projects
Commit b0a5b0bc authored by Timo Koch's avatar Timo Koch
Browse files

[istl][solver] Fix error message

parent a53177ac
No related branches found
No related tags found
1 merge request!1845Feature/istl solver factory
...@@ -194,9 +194,9 @@ private: ...@@ -194,9 +194,9 @@ private:
} }
} }
// prevent throw in solve // The type param is mandatory
if (!params_.hasKey("type")) if (!params_.hasKey("type"))
DUNE_THROW(Dune::InvalidStateException, "Solverfactory needs a specified \"type\" key to select the solver"); DUNE_THROW(Dune::InvalidStateException, "Solver factory needs a specified \"Type\" key to select the solver");
} }
const std::string paramGroup_; const std::string paramGroup_;
......
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