Skip to content
Snippets Groups Projects
Commit d34a6c51 authored by Oliver Sander's avatar Oliver Sander Committed by sander
Browse files

Export T as field_type

Solvers from dune-solvers expect the number type to be exported
as field_type.  This patch adds the missing export to RealTuple.

[[Imported from SVN: r9866]]
parent 49638df7
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@ class RealTuple
public:
typedef T ctype;
typedef T field_type;
/** \brief The type used for global coordinates */
typedef Dune::FieldVector<T,N> CoordinateType;
......
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