From e649e4d233c424c34060b7c2310ecfa698d24914 Mon Sep 17 00:00:00 2001 From: Denis Davydov Date: Tue, 16 Jun 2015 23:17:28 +0200 Subject: [PATCH] define MatrixBlock::value_type --- include/deal.II/lac/matrix_block.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/deal.II/lac/matrix_block.h b/include/deal.II/lac/matrix_block.h index 0c76be50ed..0dd8bed917 100644 --- a/include/deal.II/lac/matrix_block.h +++ b/include/deal.II/lac/matrix_block.h @@ -110,6 +110,11 @@ public: */ typedef types::global_dof_index size_type; + /** + * Declare a type for matrix entries. + */ + typedef typename MATRIX::value_type value_type; + /** * Constructor rendering an uninitialized object. */ -- 2.39.5