mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
Merge pull request #3669 from joakim-hove/rename-geo-keywords
Rename EclipseState::apply_geo_keywords -> apply_schedule_keywords
This commit is contained in:
commit
8240bd9d76
@ -1023,7 +1023,7 @@ public:
|
||||
// has changed, the grid may need be re-created which has some serious
|
||||
// implications on e.g., the solution of the simulation.)
|
||||
const auto& miniDeck = schedule[episodeIdx].geo_keywords();
|
||||
eclState.apply_geo_keywords( miniDeck );
|
||||
eclState.apply_schedule_keywords( miniDeck );
|
||||
|
||||
// re-compute all quantities which may possibly be affected.
|
||||
transmissibilities_.update(true);
|
||||
|
Loading…
Reference in New Issue
Block a user