Rename WellStateFullyImplicitBlackoil -> WellState

This commit is contained in:
Joakim Hove
2021-05-20 13:32:18 +02:00
parent fc3c044a4e
commit 23180e06d2
27 changed files with 153 additions and 155 deletions

View File

@@ -39,7 +39,7 @@ class DeferredLogger;
class GasLiftWellState;
class Schedule;
class SummaryState;
class WellStateFullyImplicitBlackoil;
class WellState;
class GasLiftSingleWellGeneric
{
@@ -49,8 +49,6 @@ class GasLiftSingleWellGeneric
static constexpr double ALQ_EPSILON = 1e-8;
public:
using WellState = WellStateFullyImplicitBlackoil;
struct GradInfo
{
GradInfo() { }