Retain RPTRST keyword when updating SOLUTION section for restart

This commit is contained in:
Joakim Hove 2021-11-27 12:43:19 +01:00
parent 4c05ba58d1
commit 78377b705f

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"};
}