From: Denis Davydov Date: Tue, 16 Jun 2015 21:17:28 +0000 (+0200) Subject: define MatrixBlock::value_type X-Git-Tag: v8.3.0-rc1~104^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e649e4d233c424c34060b7c2310ecfa698d24914;p=dealii.git define MatrixBlock::value_type --- 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. */