From 567b05196ba7a30620fc1f84701886b4c31012d5 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 15 Mar 2004 18:28:12 +0000 Subject: [PATCH] Oh, another place. git-svn-id: https://svn.dealii.org/trunk@8747 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/numerics/matrices.all_dimensions.cc | 1 + 1 file changed, 1 insertion(+) 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 ee6714d891..17b21cbb89 100644 --- a/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc +++ b/deal.II/deal.II/source/numerics/matrices.all_dimensions.cc @@ -305,6 +305,7 @@ MatrixTools::apply_boundary_values (const std::map &boundar // matrix so the diagonal // element is the first of // this row. +//TODO[GK]: This is going to break when the diagonal element of the matrix is not stored const unsigned int last = local_sparsity.get_rowstart_indices()[block_index.second+1], first = (block_col == block_index.first ? -- 2.39.5