From f2115b44aca76b580fb9670dbc329ce269964430 Mon Sep 17 00:00:00 2001 From: Andreas Lauser Date: Wed, 11 Jan 2017 17:07:08 +0100 Subject: [PATCH] BlackoilModelEbos: remove the last traces of "SolutionState" it was not used for real for a while anyway. --- opm/autodiff/BlackoilModelEbos.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/opm/autodiff/BlackoilModelEbos.hpp b/opm/autodiff/BlackoilModelEbos.hpp index 1c346a8fe..d2d41b392 100644 --- a/opm/autodiff/BlackoilModelEbos.hpp +++ b/opm/autodiff/BlackoilModelEbos.hpp @@ -39,7 +39,6 @@ #include #include #include -#include #include #include #include @@ -117,7 +116,6 @@ namespace Opm { typedef BlackoilState ReservoirState; typedef WellStateFullyImplicitBlackoilDense WellState; typedef BlackoilModelParameters ModelParameters; - typedef DefaultBlackoilSolutionState SolutionState; typedef typename TTAG(EclFlowProblem) TypeTag; typedef typename GET_PROP_TYPE(TypeTag, Simulator) Simulator ;