Do not warn about OutputDir when combined with LoadStep.

Both can safely be used together.
This commit is contained in:
Markus Blatt
2023-11-24 13:28:20 +01:00
parent c559de51cf
commit fa10546c0a

View File

@@ -76,6 +76,7 @@ void checkSerializedCmdLine(const std::string& current,
{
return line.compare(0, 11, "EclDeckFile") != 0 &&
line.compare(0, 8, "LoadStep") != 0 &&
line.compare(0, 9, "OutputDir") != 0 &&
line.compare(0, 8, "SaveFile") != 0 &&
line.compare(0, 8, "SaveStep") != 0;
});