Skip to content
Snippets Groups Projects
Commit 225f0930 authored by Oliver Sander's avatar Oliver Sander
Browse files

fix an error message. Patch by Uli Sack

[[Imported from SVN: r1632]]
parent a9318a30
No related branches found
No related tags found
No related merge requests found
......@@ -692,7 +692,7 @@ namespace Dune {
{
#ifdef DUNE_FMatrix_WITH_CHECKING
if (i!=row_)
DUNE_THROW(FMatrixError,"index is contained in pattern");
DUNE_THROW(FMatrixError,"index is not contained in pattern");
#endif
return *p_;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment