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

Nnz is not always known, therefore reverting patch 789

[[Imported from SVN: r796]]
parent 52856f07
No related branches found
No related tags found
No related merge requests found
......@@ -1145,12 +1145,6 @@ namespace Dune {
return m;
}
//! number of nonzeros
size_type Nnz() const
{
return nnz;
}
/** \brief row dimension of block r
\bug Does not count empty rows (FlySpray #7)
*/
......
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