Merge pull request #415 from totto82/welltest
Add method for getting all the wells in the WellTestConfig
This commit is contained in:
@@ -52,6 +52,7 @@ public:
|
||||
bool has(const std::string& well, Reason reason) const;
|
||||
const WTESTWell& get(const std::string& well, Reason reason) const;
|
||||
size_t size() const;
|
||||
const std::vector<WTESTWell>& getWells() const;
|
||||
|
||||
private:
|
||||
std::vector<WTESTWell> wells;
|
||||
|
||||
Reference in New Issue
Block a user