From 37251a4712d7303e17591c3960d4a9e7a9ed3fae Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 16 Jun 2015 23:00:13 +0200 Subject: [PATCH] make column_values use value_type in BlockMatrixBase --- include/deal.II/lac/block_matrix_base.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.5