From fbe17274391247f65efc19dd6d17a6b1b8b27e83 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 May 2010 03:23:10 +0000 Subject: [PATCH] This time, get previous commit right. git-svn-id: https://svn.dealii.org/trunk@21088 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/constraint_matrix.cc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/deal.II/lac/source/constraint_matrix.cc b/deal.II/lac/source/constraint_matrix.cc index 741f41ee00..9c43849525 100644 --- a/deal.II/lac/source/constraint_matrix.cc +++ b/deal.II/lac/source/constraint_matrix.cc @@ -1226,13 +1226,8 @@ void ConstraintMatrix::condense (CompressedSetSparsityPattern &sparsity) const new_col = lines[distribute[column]].entries[q].first; sparsity.add (row, new_col); - - const unsigned int new_rowlength = sparsity.row_length(row); - // if ((new_col < column) && (old_rowlength != new_rowlength)) - // ++col_num; - old_rowlength = new_rowlength; - }; - }; + } + } } } else -- 2.39.5