From 5eac683a93c7a4f4fa6b3547a57db94f9c44381a Mon Sep 17 00:00:00 2001 From: Markus Blatt <mblatt@dune-project.org> Date: Tue, 7 Aug 2007 11:44:04 +0000 Subject: [PATCH] Nnz is not always known, therefore reverting patch 789 [[Imported from SVN: r796]] --- istl/bcrsmatrix.hh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/istl/bcrsmatrix.hh b/istl/bcrsmatrix.hh index b934e9714..a6528fdde 100644 --- a/istl/bcrsmatrix.hh +++ b/istl/bcrsmatrix.hh @@ -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) */ -- GitLab