Will create and delete Group <-> Well relationships based on the WELSPECS keyword.

This commit is contained in:
Joakim Hove
2013-11-26 12:48:20 +01:00
parent e8d9159a74
commit db274060e4
7 changed files with 60 additions and 5 deletions

View File

@@ -147,7 +147,7 @@ namespace Opm {
}
void Well::setGroupName(size_t time_step , const std::string& groupName) {
void Well::setGroupName(size_t time_step, const std::string& groupName ) {
m_groupName->add(time_step , groupName);
}