From 1c2fcfc73e8617a5efa32dbaa6d86a97bfb419a8 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 21 Jun 2004 18:47:34 +0000 Subject: [PATCH] Fix CompressedSparsityPattern::max_entries_per_row git-svn-id: https://svn.dealii.org/trunk@9441 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/c-5.0.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/deal.II/doc/news/c-5.0.html b/deal.II/doc/news/c-5.0.html index 9cbdea55ee..5996b44f5d 100644 --- a/deal.II/doc/news/c-5.0.html +++ b/deal.II/doc/news/c-5.0.html @@ -98,6 +98,15 @@ inconvenience this causes.

lac

    +
  1. + Fixed: CompressedSparsityPattern::max_entries_per_row() + ignored the first row and thus sometimes returned a value that was too + low. This is now fixed. +
    + (WB 2004/06/21) +

    +
  2. Fixed: BlockSparseMatrix::clear() did not do what it was supposed to do: it emptied the individual blocks and -- 2.39.5