Merge remote-tracking branch 'remotes/opm/master' into MessageContainer-sub-class

Conflicts:
	opm/parser/eclipse/EclipseState/EclipseState.cpp
This commit is contained in:
Liu Ming
2016-04-15 09:14:00 +08:00
21 changed files with 246 additions and 44 deletions

View File

@@ -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 ==