From: Denis Davydov Date: Tue, 16 Jun 2015 21:00:13 +0000 (+0200) Subject: make column_values use value_type in BlockMatrixBase X-Git-Tag: v8.3.0-rc1~104^2~15 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37251a4712d7303e17591c3960d4a9e7a9ed3fae;p=dealii.git make column_values use value_type in BlockMatrixBase --- diff --git a/include/deal.II/lac/block_matrix_base.h b/include/deal.II/lac/block_matrix_base.h index 4115c7eb38..ceab3391e6 100644 --- a/include/deal.II/lac/block_matrix_base.h +++ b/include/deal.II/lac/block_matrix_base.h @@ -986,7 +986,7 @@ private: * Temporary vector for storing the local values (they need to be * reordered when writing local to global). */ - std::vector > column_values; + std::vector > column_values; /** * A mutex variable used to guard access to the member variables of this @@ -1771,9 +1771,9 @@ BlockMatrixBase::set (const size_type row, // comes from an element matrix). for (size_type j=0; j @@ -2018,9 +2018,9 @@ BlockMatrixBase::add (const size_type row, // it comes from an element matrix). for (size_type j=0; j