changed: remove SET_PROP macro usage

This commit is contained in:
Arne Morten Kvarving
2020-08-27 11:38:38 +02:00
parent 7d853d2e05
commit 941e4916f8
14 changed files with 34 additions and 18 deletions

View File

@@ -43,7 +43,8 @@ struct EclFlowGasOilProblem {
}
//! The indices required by the model
SET_PROP(EclFlowGasOilProblem, Indices)
template<class TypeTag>
struct Indices<TypeTag, TTag::EclFlowGasOilProblem>
{
private:
// it is unfortunately not possible to simply use 'TypeTag' here because this leads