From 08a4b97be245bf88de2545c14a2cc5ed6a89caab Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 15 Jan 2013 14:20:49 +0000 Subject: [PATCH] Remove now unused variable. git-svn-id: https://svn.dealii.org/trunk@28066 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/deal.II/lac/sparse_decomposition.templates.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deal.II/include/deal.II/lac/sparse_decomposition.templates.h b/deal.II/include/deal.II/lac/sparse_decomposition.templates.h index 2fa07d847b..6527a49ce9 100644 --- a/deal.II/include/deal.II/lac/sparse_decomposition.templates.h +++ b/deal.II/include/deal.II/lac/sparse_decomposition.templates.h @@ -252,13 +252,6 @@ SparseLUDecomposition::strengthen_diagonal_impl () { for (unsigned int row=0; rowm(); ++row) { - // get the length of the row - // (without the diagonal element) - const unsigned int rowlength - = (this->get_sparsity_pattern().get_rowstart_indices()[row+1] - -this->get_sparsity_pattern().get_rowstart_indices()[row] - -1); - // get the global index of the first // non-diagonal element in this row Assert (this->cols->optimize_diagonal(), ExcNotImplemented()); -- 2.39.5