Extract group state and create WGState to manage well & group state

This commit is contained in:
Joakim Hove
2021-04-22 17:31:21 +02:00
parent 42a6505cf1
commit e1d117c59f
19 changed files with 406 additions and 337 deletions

View File

@@ -1414,7 +1414,7 @@ public:
the next timestep we must commit it.
*/
if (commit_wellstate)
this->wellModel_.commitWellState();
this->wellModel_.commitWGState();
}