From: Wolfgang Bangerth Date: Fri, 7 May 2010 03:23:10 +0000 (+0000) Subject: This time, get previous commit right. X-Git-Tag: v8.0.0~6141 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbe17274391247f65efc19dd6d17a6b1b8b27e83;p=dealii.git This time, get previous commit right. git-svn-id: https://svn.dealii.org/trunk@21088 0785d39b-7218-0410-832d-ea1e28bc413d --- 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