From: Wolfgang Bangerth Date: Fri, 19 May 2000 12:33:38 +0000 (+0000) Subject: Doc update. X-Git-Tag: v8.0.0~20507 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b3d9efc7f0f205eae5116dabd577aab7a1f0bba;p=dealii.git Doc update. git-svn-id: https://svn.dealii.org/trunk@2898 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.cc b/deal.II/deal.II/source/numerics/matrices.cc index 26177f1524..0c1017352f 100644 --- a/deal.II/deal.II/source/numerics/matrices.cc +++ b/deal.II/deal.II/source/numerics/matrices.cc @@ -597,6 +597,9 @@ MatrixTools::apply_boundary_values (const map &boundar = dof->second * matrix.diag_element(dof_number); else { + // use the SparseMatrix:: + // to work around a bug in + // egcs matrix.SparseMatrix::set (dof_number, dof_number, first_nonzero_diagonal_entry); new_rhs = right_hand_side(dof_number)