From d16ebd99fa946f3736345eee5976477a121433ce Mon Sep 17 00:00:00 2001 From: Uli Sack <usack@math.fu-berlin.de> Date: Fri, 13 Sep 2013 12:51:07 +0000 Subject: [PATCH] export VectorType [[Imported from SVN: r12079]] --- dune/solvers/norms/energynorm.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dune/solvers/norms/energynorm.hh b/dune/solvers/norms/energynorm.hh index 2f7314b0..702d0fce 100644 --- a/dune/solvers/norms/energynorm.hh +++ b/dune/solvers/norms/energynorm.hh @@ -22,10 +22,11 @@ * * \todo Elaborate documentation. */ - template<class OperatorType, class VectorType> - class EnergyNorm : public Norm<VectorType> + template<class OperatorType, class V> + class EnergyNorm : public Norm<V> { public: + typedef V VectorType; /** \brief The type used for the result */ typedef typename VectorType::field_type field_type; -- GitLab