mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2444 Batch : Fix support for multiple replaceCase in command file
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
#include "cafAppEnum.h"
|
||||
|
||||
#include <map>
|
||||
#include <vector>
|
||||
|
||||
class RicfCommandObject;
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
@@ -53,6 +56,8 @@ public:
|
||||
|
||||
static RicfCommandFileExecutor* instance();
|
||||
|
||||
static std::vector<RicfCommandObject*> prepareFileCommandsForExecution(const std::vector<RicfCommandObject*>& commandsReadFromFile);
|
||||
|
||||
private:
|
||||
RicfMessages m_messages;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user