diff --git a/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/multishapelocalrules.hh b/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/multishapelocalrules.hh index e248654efbd0c1dc622956f53e5c3b0118bf0240..68ea4c5a67169bf4572ff2313bb5853d94682b05 100644 --- a/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/multishapelocalrules.hh +++ b/dumux/material/fluidmatrixinteractions/porenetwork/pore/2p/multishapelocalrules.hh @@ -34,11 +34,11 @@ namespace Dumux::PoreNetwork::FluidMatrix { template<class ScalarT> struct LocalRulesTraits { - using Tetrahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::tetrahedron>; - using Cube = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::cube>; - using Octahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::octahedron>; - using Icosahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::icosahedron>; - using Dodecahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::dodecahedron>; + using Tetrahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::tetrahedron, ScalarT>; + using Cube = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::cube, ScalarT>; + using Octahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::octahedron, ScalarT>; + using Icosahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::icosahedron, ScalarT>; + using Dodecahedron = TwoPLocalRulesPlatonicBodyDefault<Pore::Shape::dodecahedron, ScalarT>; }; template<class ScalarT>