From faed144893986bbe742e08dd6f875cb3e611e522 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 May 2000 11:16:57 +0000 Subject: [PATCH] Fix bug in SparsityPattern. git-svn-id: https://svn.dealii.org/trunk@2793 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/c-3-0.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/news/2000/c-3-0.html b/deal.II/doc/news/2000/c-3-0.html index 713b607e1c..5dc8d84412 100644 --- a/deal.II/doc/news/2000/c-3-0.html +++ b/deal.II/doc/news/2000/c-3-0.html @@ -100,7 +100,14 @@ later on. It also has a function to preload the data before its use in a separate thread if the library is configured for multi-threading. -

+

+ +
  • + Fix: the ``copy-like'' constructor of + SparsityPattern that copies another + object and adds some off-diagonals had a bug that caused an + exception in some cases. This is now fixed. +

    -- 2.39.5