Merge pull request #3669 from joakim-hove/rename-geo-keywords

Rename EclipseState::apply_geo_keywords -> apply_schedule_keywords
This commit is contained in:
Joakim Hove 2021-11-08 11:46:35 +01:00 committed by GitHub
commit 8240bd9d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);