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:
commit
2c9af65747
@ -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"};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user