mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Do not warn about OutputDir when combined with LoadStep.
Both can safely be used together.
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
Reference in New Issue
Block a user