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

[!354] [prec] Fix typo in error message

Merge branch 'fix/prec-typo' into 'master'

See merge request [core/dune-istl!354]

  [core/dune-istl!354]: Nonecore/dune-istl/merge_requests/354
parents 91cb6fc8 ce219d4e
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ namespace Dune {
: inverse_operator_(inverse_operator)
{
if(c != -1 && SolverCategory::category(inverse_operator_) != c)
DUNE_THROW(InvalidStateException, "User supplied solver category does not match that of the supplied iverser operator");
DUNE_THROW(InvalidStateException, "User-supplied solver category does not match that of the given inverse operator");
}
virtual void pre(domain_type&,range_type&)
......
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