FlowMainEbos: remove unused typedef ThreadManager

this may avoid a compiler warning under some circumstances.
This commit is contained in:
Andreas Lauser 2018-08-20 13:10:15 +02:00
parent 5d753994b5
commit 445a36972b

View File

@ -91,7 +91,6 @@ namespace Opm
public:
typedef typename GET_PROP(TypeTag, MaterialLaw)::EclMaterialLawManager MaterialLawManager;
typedef typename GET_PROP_TYPE(TypeTag, Simulator) EbosSimulator;
typedef typename GET_PROP_TYPE(TypeTag, ThreadManager) EbosThreadManager;
typedef typename GET_PROP_TYPE(TypeTag, Grid) Grid;
typedef typename GET_PROP_TYPE(TypeTag, GridView) GridView;
typedef typename GET_PROP_TYPE(TypeTag, Problem) Problem;