Update collection of wells after ACTIONX

This commit is contained in:
Joakim Hove
2021-03-25 14:46:35 +01:00
parent 5fe43c09cb
commit 98f6a9a7ac
5 changed files with 29 additions and 24 deletions

View File

@@ -51,6 +51,7 @@
#include <dune/grid/common/gridenums.hh>
#include <map>
#include <unordered_set>
#include <string>
#include <vector>
@@ -658,7 +659,7 @@ public:
void
updateEclWell(int, const std::string&) {
updateEclWells(int, const std::unordered_set<std::string>&) {
throw std::logic_error("wellPI() method not implemented for class eclwellmanager");
}