From bb57f2de44f523e7032c0f08eae3d97bc600f585 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 3 Mar 2005 21:11:33 +0000 Subject: [PATCH] remove value_type since values are NOT accessible git-svn-id: https://svn.dealii.org/trunk@9984 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_matrix_array.h | 7 ------- 1 file changed, 7 deletions(-) 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. -- 2.39.5