fixed: don't use a runtime-parameter as a typetag property

since this is unused in any case, just remove it
This commit is contained in:
Arne Morten Kvarving 2024-06-28 11:20:01 +02:00
parent d370945992
commit bd4ed90b78

View File

@ -337,7 +337,6 @@ class CO2PTProblem : public GetPropType<TypeTag, Properties::BaseProblem>
enum { numComponents = getPropValue<TypeTag, Properties::NumComponents>() };
enum { enableEnergy = getPropValue<TypeTag, Properties::EnableEnergy>() };
enum { enableDiffusion = getPropValue<TypeTag, Properties::EnableDiffusion>() };
enum { enableGravity = getPropValue<TypeTag, Properties::EnableGravity>() };
using GlobalPosition = Dune::FieldVector<CoordScalar, dimWorld>;
using DimMatrix = Dune::FieldMatrix<Scalar, dimWorld, dimWorld>;