Skip to content
Snippets Groups Projects
Commit c406a50f authored by usack's avatar usack
Browse files

Change exception message to something mor generic than contact problems

parent 81107a36
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ void MultigridStep<MatrixType, VectorType, BitVectorType>::preprocess()
#endif
else {
DUNE_THROW(SolverError, "You can't use " << typeid(*this->basesolver_).name()
<< " as a base solver for contact problems!");
<< " as a base solver in a MultigridStep!");
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment