Retain RPTRST keyword when updating SOLUTION section for restart
This commit is contained in:
parent
4c05ba58d1
commit
78377b705f
@ -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"};
|
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