From 77fdb94e814c6c27c7a3c5a1ac3d6bbb03b49362 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 15 Mar 2004 22:55:44 +0000 Subject: [PATCH] add a comment. git-svn-id: https://svn.dealii.org/trunk@8755 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/matrices.all_dimensions.cc | 4 ++++ 1 file changed, 4 insertions(+) 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(); -- 2.39.5