mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Update collection of wells after ACTIONX
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user