Merge pull request #1553 from andlaus/remove_ThreadManager_typedef

FlowMainEbos: remove unused typedef `ThreadManager`
This commit is contained in:
Andreas Lauser
2018-08-20 15:25:54 +02:00
committed by GitHub

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;