remove accessors in GuideRateModel added for external serialization

This commit is contained in:
Arne Morten Kvarving
2020-03-17 14:02:21 +01:00
parent f9aa3ee3d4
commit 79263a74c4
2 changed files with 0 additions and 25 deletions

View File

@@ -82,12 +82,6 @@ public:
static Target convert_target(Well::GuideRateTarget well_target);
static double pot(Target target, double oil_pot, double gas_pot, double wat_pot);
double timeInterval() const;
std::array<double, 6> coefs() const;
bool free_gas() const;
bool defaultModel() const;
std::array<UDAValue,3> udaCoefs() const;
template<class Serializer>
void serializeOp(Serializer& serializer)
{