mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3362 Command File : Execute initAfterRead before execution
This commit is contained in:
@@ -80,6 +80,11 @@ void RicfCommandFileExecutor::executeCommands(QTextStream& stream)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (auto fileCommand : fileCommands)
|
||||||
|
{
|
||||||
|
fileCommand->initAfterReadRecursively();
|
||||||
|
}
|
||||||
|
|
||||||
executableCommands = RicfCommandFileExecutor::prepareFileCommandsForExecution(fileCommands);
|
executableCommands = RicfCommandFileExecutor::prepareFileCommandsForExecution(fileCommands);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user