Rename EclipseState::apply_geo_keywords -> apply_schedule_keywords

This commit is contained in:
Joakim Hove 2021-11-07 19:58:20 +01:00
parent 84392a25b4
commit 0de04f8c48

View File

@ -1023,7 +1023,7 @@ public:
// has changed, the grid may need be re-created which has some serious // has changed, the grid may need be re-created which has some serious
// implications on e.g., the solution of the simulation.) // implications on e.g., the solution of the simulation.)
const auto& miniDeck = schedule[episodeIdx].geo_keywords(); 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. // re-compute all quantities which may possibly be affected.
transmissibilities_.update(true); transmissibilities_.update(true);