mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: remove SET_PROP macro usage
This commit is contained in:
@@ -82,7 +82,8 @@ namespace Opm {
|
||||
static constexpr auto value = "quasiimpes";
|
||||
};
|
||||
|
||||
SET_PROP(EclFlowProblemSimple, FluidSystem)
|
||||
template<class TypeTag>
|
||||
struct FluidSystem<TypeTag, TTag::EclFlowProblemSimple>
|
||||
{
|
||||
private:
|
||||
using Scalar = GetPropType<TypeTag, Properties::Scalar>;
|
||||
|
||||
Reference in New Issue
Block a user