From de86efa676b1d4f199ac7486fcf66f417d3ee255 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 30 Jul 2008 21:42:15 +0000 Subject: [PATCH] Fix a bug in copy_from(FullMatrix) git-svn-id: https://svn.dealii.org/trunk@16453 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 82bb232981..20065bbda1 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -200,6 +200,13 @@ inconvenience this causes.
  1. +

    + Fixed: The FullMatrix::copy_from(FullMatrix,bool) function had a bug + that resulted in an exception being triggered whenever the given matrix + had rows where the diagonal element is zero and the second parameter + to the function was set to true. This is now fixed. + (WB 2008/07/30) +

-- 2.39.5