From: wolf Date: Mon, 15 Mar 2004 22:55:44 +0000 (+0000) Subject: add a comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77fdb94e814c6c27c7a3c5a1ac3d6bbb03b49362;p=dealii-svn.git add a comment. git-svn-id: https://svn.dealii.org/trunk@8755 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc b/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc index 073447bc0f..d49cb052a5 100644 --- a/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc +++ b/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc @@ -534,6 +534,10 @@ apply_boundary_values (const std::map &boundary_values, return; + // we have to read and write from this + // matrix (in this order). this will only + // work if we compress the matrix first, + // done here: matrix.compress (); const unsigned int n_dofs = matrix.m();