Skip to content
Snippets Groups Projects
Commit e6e1fd55 authored by Praetorius, Simon's avatar Praetorius, Simon
Browse files

add coefficient type to DefaultProblemTraits

parent 818b7a19
Branches
No related tags found
1 merge request!69add coefficient type to DefaultProblemTraits
......@@ -57,10 +57,11 @@ namespace AMDiS
} // end namespace Impl
/// An Exemplar for ProblemStatTraits
template <class GlobalBasisType>
template <class GlobalBasisType, class T = double>
struct DefaultProblemTraits
{
using GlobalBasis = GlobalBasisType;
using CoefficientType = T;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment