mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
keep a vector of WellInterfaceGeneric* in BlackoilWellModelGeneric
these points to the same objects as well_container_
This commit is contained in:
@@ -751,6 +751,10 @@ namespace Opm {
|
||||
global_deferredLogger.logMessages();
|
||||
}
|
||||
|
||||
well_container_generic_.clear();
|
||||
for (auto& w : well_container)
|
||||
well_container_generic_.push_back(w.get());
|
||||
|
||||
return well_container;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user