From: bangerth Date: Wed, 30 Jul 2008 21:42:15 +0000 (+0000) Subject: Fix a bug in copy_from(FullMatrix) X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de86efa676b1d4f199ac7486fcf66f417d3ee255;p=dealii-svn.git Fix a bug in copy_from(FullMatrix) git-svn-id: https://svn.dealii.org/trunk@16453 0785d39b-7218-0410-832d-ea1e28bc413d --- 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) +