mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3515 LGR Export/Temp LGR. New split type: One LGR per Completion
This commit is contained in:
@@ -20,20 +20,13 @@
|
||||
|
||||
#include "RicfCommandObject.h"
|
||||
|
||||
#include "ExportCommands/RicExportLgrUi.h"
|
||||
|
||||
#include "cafAppEnum.h"
|
||||
#include "cafPdmField.h"
|
||||
|
||||
class RimWellPath;
|
||||
|
||||
namespace ExportLgr
|
||||
{
|
||||
enum SplitType
|
||||
{
|
||||
NONE,
|
||||
ONE_LGR_PER_GRID_CELL,
|
||||
SINGLE_LGR_ALL_GRID_CELLS
|
||||
};
|
||||
}
|
||||
|
||||
//==================================================================================================
|
||||
//
|
||||
@@ -44,7 +37,7 @@ class RicfExportLgrForCompletions : public RicfCommandObject
|
||||
{
|
||||
CAF_PDM_HEADER_INIT;
|
||||
|
||||
typedef caf::AppEnum<ExportLgr::SplitType> LgrSplitType;
|
||||
typedef caf::AppEnum<RicExportLgrUi::SplitType> LgrSplitType;
|
||||
|
||||
public:
|
||||
RicfExportLgrForCompletions();
|
||||
|
||||
Reference in New Issue
Block a user