Skip to content
Snippets Groups Projects
Commit 01d5553b authored by Markus Blatt's avatar Markus Blatt
Browse files

ISTLException -> ISTLError

[[Imported from SVN: r697]]
parent 43a6b2a9
No related branches found
No related tags found
No related merge requests found
......@@ -84,8 +84,8 @@ namespace Dune
typedef typename Matrix::ConstRowIterator Row;
for(Row row = mat.begin(); row!=mat.end(); ++row) {
if(row->find(row.index())==row->end())
DUNE_THROW(ISTLException, "Missing diagonal value in row "<<row.index()
<<" at block recursion level "<<l);
DUNE_THROW(ISTLError, "Missing diagonal value in row "<<row.index()
<<" at block recursion level "<<l);
}
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment