Skip to content
Snippets Groups Projects
Commit beaa0661 authored by Christian Engwer's avatar Christian Engwer
Browse files

[bugfix] add missing typedef

parent e271e4da
No related branches found
No related tags found
No related merge requests found
......@@ -351,6 +351,8 @@ namespace Dune
/** @brief The matrix we work on. */
const Matrix* matrix_;
/** @brief The current max value.*/
typedef typename Matrix::field_type field_type;
typedef typename FieldTraits<field_type>::real_type real_type;
real_type maxValue_;
/** @brief The functor for calculating the norm. */
Norm norm_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment