Skip to content
Snippets Groups Projects

Feature/replace make functions

Merged Müller, Felix requested to merge feature/replace_make_functions into master
All threads resolved!
3 files
+ 1
59
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 0
8
@@ -517,14 +517,6 @@ namespace AMDiS
-> ProblemStat<DefaultProblemTraits<GlobalBasis>>;
// Generator for ProblemStat with given Grid and GlobalBasis
template <class Grid, class GlobalBasis>
ProblemStat<DefaultProblemTraits<GlobalBasis>>
makeProblemStat(std::string const& name, Grid& grid, GlobalBasis& globalBasis)
{
return {name, grid, globalBasis};
}
// mark templates as explicitly instantiated in cpp file
extern template class ProblemStat<YaspGridBasis<2,1>>;
extern template class ProblemStat<YaspGridBasis<2,2>>;
Loading