From: wolf Date: Mon, 15 Mar 2004 18:28:12 +0000 (+0000) Subject: Oh, another place. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=567b05196ba7a30620fc1f84701886b4c31012d5;p=dealii-svn.git Oh, another place. git-svn-id: https://svn.dealii.org/trunk@8747 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 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 ?