Skip to content
Snippets Groups Projects
Commit c1d701fe authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[test.spaces] add template parameters, refs #14

parent 245006ef
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@ public:
typedef typename SpaceType::CommunicatorType D_CommunicatorType;
static const bool d_needs_grid_view = SpaceType::needs_grid_view;
// * as the interface
typedef SpaceInterface<Traits> InterfaceType;
typedef SpaceInterface<Traits, d_dimDomain, d_dimRange, d_dimRangeCols> InterfaceType;
typedef typename InterfaceType::derived_type derived_type;
typedef typename InterfaceType::GridViewType I_GridViewType;
typedef typename InterfaceType::DomainFieldType I_DomainFieldType;
......
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