From 391647b4838dd37c397ca92f1c402755dd45ad8e Mon Sep 17 00:00:00 2001 From: Uli Sack <usack@math.fu-berlin.de> Date: Fri, 24 Feb 2012 18:57:22 +0000 Subject: [PATCH] added some standard type exports [[Imported from SVN: r5689]] --- dune/solvers/operators/nulloperator.hh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dune/solvers/operators/nulloperator.hh b/dune/solvers/operators/nulloperator.hh index f9b2888b..869b893f 100644 --- a/dune/solvers/operators/nulloperator.hh +++ b/dune/solvers/operators/nulloperator.hh @@ -32,6 +32,10 @@ class NullOperator public: //! export the block type typedef BlockType block_type; + //! export the field type + typedef typename block_type::field_type field_type; + //! export the size type + typedef size_t size_type; //! Default constructor NullOperator(){} -- GitLab