From: Wolfgang Bangerth Date: Wed, 22 Apr 2015 12:12:19 +0000 (-0500) Subject: Avoid using the deprecated row_iterator types of sparsity patterns. Replace them... X-Git-Tag: v8.3.0-rc1~211^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b8a7d28ad0db7470893ec4e2db2edef1c2e3486;p=dealii.git Avoid using the deprecated row_iterator types of sparsity patterns. Replace them with uses of regular iterators. --- diff --git a/source/lac/chunk_sparsity_pattern.cc b/source/lac/chunk_sparsity_pattern.cc index 0db23e7504..2d61672c55 100644 --- a/source/lac/chunk_sparsity_pattern.cc +++ b/source/lac/chunk_sparsity_pattern.cc @@ -1,6 +1,6 @@ // --------------------------------------------------------------------- // -// Copyright (C) 2008 - 2014 by the deal.II authors +// Copyright (C) 2008 - 2015 by the deal.II authors // // This file is part of the deal.II library. // @@ -203,10 +203,14 @@ ChunkSparsityPattern::copy_from (const SparsityType &dsp, for (size_type row = 0; rowcolumn()/chunk_size); } sparsity_pattern.copy_from (temporary_sp);