From 77f2c44bc61c6b8802ed6be4d994859b0b424b71 Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 21 Jun 2004 22:07:35 +0000 Subject: [PATCH] Remove some leftover code that wasn't meant to be left there. git-svn-id: https://svn.dealii.org/trunk@9448 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/sparsity_pattern.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deal.II/lac/source/sparsity_pattern.cc b/deal.II/lac/source/sparsity_pattern.cc index 5a2dfbbf2f..2585fd9816 100644 --- a/deal.II/lac/source/sparsity_pattern.cc +++ b/deal.II/lac/source/sparsity_pattern.cc @@ -517,10 +517,6 @@ void SparsityPattern::copy_from (const CompressedSparsityPattern &csp, const bool optimize_diag) { -// copy_from (csp.n_rows(), csp.n_cols(), -// csp.column_indices.begin(), -// csp.column_indices.end(), -// optimize_diag); // first determine row lengths for // each row. if the matrix is // quadratic, then we might have to -- 2.39.5