From: Guido Kanschat Date: Thu, 3 Mar 2005 21:11:33 +0000 (+0000) Subject: remove value_type since values are NOT accessible X-Git-Tag: v8.0.0~14537 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb57f2de44f523e7032c0f08eae3d97bc600f585;p=dealii.git remove value_type since values are NOT accessible git-svn-id: https://svn.dealii.org/trunk@9984 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_matrix_array.h b/deal.II/lac/include/lac/block_matrix_array.h index ea8fbaca8e..cc82d90c41 100644 --- a/deal.II/lac/include/lac/block_matrix_array.h +++ b/deal.II/lac/include/lac/block_matrix_array.h @@ -77,13 +77,6 @@ template class BlockMatrixArray : public Subscriptor { public: - /** - * Inherit the value_type from - * the class over which we build - * the array. - */ - typedef typename MATRIX::value_type value_type; - /** * Constructor fixing the * dimensions.