Skip to content
Snippets Groups Projects
Commit c1d03425 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[couplingmanager] Adapt to changes on dumux main

parent ca005a9b
No related branches found
No related tags found
No related merge requests found
......@@ -45,10 +45,10 @@ namespace Dumux {
*/
template<class MDTraits>
class FreeFlowSolidEnergyCouplingManager
: public StaggeredCouplingManagerBase<MDTraits, FreeFlowSolidEnergyCouplingManager<MDTraits>>
: public StaggeredCouplingManager<MDTraits>
{
using Scalar = typename MDTraits::Scalar;
using ParentType = StaggeredCouplingManagerBase<MDTraits, FreeFlowSolidEnergyCouplingManager<MDTraits>>;
using ParentType = StaggeredCouplingManager<MDTraits>;
public:
static constexpr auto freeFlowCellCenterIdx = typename MDTraits::template SubDomain<0>::Index();
......
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