Merge pull request #2876 from joakim-hove/rst-deck-rptrst-fix

Retain RPTRST keyword when updating SOLUTION section for restart
This commit is contained in:
Joakim Hove 2021-11-30 09:42:01 +01:00 committed by GitHub
commit 2c9af65747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -484,7 +484,7 @@ void FileDeck::skip(int report_step) {
const std::unordered_set<std::string> FileDeck::rst_keep_in_solution = {"ABC"};
const std::unordered_set<std::string> FileDeck::rst_keep_in_solution = {"RPTRST"};
const std::unordered_set<std::string> FileDeck::rst_keep_in_schedule = {"VFPPROD", "VFPINJ", "RPTSCHED", "RPTRST", "TUNING", "MESSAGES"};
}