remove accessors in WellTestConfig added for external serialization

This commit is contained in:
Arne Morten Kvarving
2020-03-17 14:02:21 +01:00
parent dadd5b59d6
commit 2fd1170cd1
2 changed files with 1 additions and 8 deletions

View File

@@ -79,8 +79,6 @@ public:
const WTESTWell& get(const std::string& well, Reason reason) const;
size_t size() const;
const std::vector<WTESTWell>& getWells() const;
static std::string reasonToString(const Reason reason);
bool operator==(const WellTestConfig& data) const;