Merge remote-tracking branch 'remotes/opm/master' into MessageContainer-sub-class
Conflicts: opm/parser/eclipse/EclipseState/EclipseState.cpp
This commit is contained in:
@@ -1495,6 +1495,10 @@ namespace Opm {
|
||||
return m_wells.get( wellName );
|
||||
}
|
||||
|
||||
const Well& Schedule::getWell(const std::string& wellName) const {
|
||||
return *m_wells.get( wellName );
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
Observe that this method only returns wells which have state ==
|
||||
|
||||
Reference in New Issue
Block a user