Skip to content
Snippets Groups Projects
Commit efbadc80 authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Add missing factory forward declaration

parent acdb1f91
No related branches found
No related tags found
1 merge request!44Add missing factory forward declaration
Pipeline #54630 passed
......@@ -12,10 +12,12 @@ class MultiDomainGrid;
} // namespace mdgrid
// forward declaration
template <class GridType>
class GridFactoryInterface;
template <class GridType>
class GridFactory;
template<class HostGrid, class MDGTraits>
class GridFactory<Dune::mdgrid::MultiDomainGrid<HostGrid, MDGTraits>> : public GridFactoryInterface<Dune::mdgrid::MultiDomainGrid<HostGrid, MDGTraits>> {
......
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