mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-10 23:46:00 -06:00
Fix build issues following command feature changes
This commit is contained in:
parent
79645ceed9
commit
e8a54d8aa8
@ -32,6 +32,7 @@ class RicExportCompletionDataSettingsUi : public RicCaseAndFileExportSettingsUi
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
public:
|
||||
// Exported in .proto file. Do not change without changing .proto
|
||||
enum ExportSplit {
|
||||
UNIFIED_FILE,
|
||||
SPLIT_ON_WELL,
|
||||
@ -39,6 +40,7 @@ public:
|
||||
};
|
||||
typedef caf::AppEnum<ExportSplit> ExportSplitType;
|
||||
|
||||
// Exported in .proto file. Do not change without changing .proto
|
||||
enum CompdatExport {
|
||||
TRANSMISSIBILITIES,
|
||||
WPIMULT_AND_DEFAULT_CONNECTION_FACTORS,
|
||||
@ -49,6 +51,7 @@ public:
|
||||
};
|
||||
typedef caf::AppEnum<CompdatExport> CompdatExportType;
|
||||
|
||||
// Exported in .proto file. Do not change without changing .proto
|
||||
enum CombinationMode
|
||||
{
|
||||
INDIVIDUALLY,
|
||||
|
Loading…
Reference in New Issue
Block a user