mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3325 Well Path export. Command file command for exporting well paths
This commit is contained in:
@@ -50,12 +50,12 @@ public:
|
||||
RicfCreateMultipleFractures();
|
||||
|
||||
virtual void execute() override;
|
||||
static std::vector<RimWellPath*> wellPaths(const std::vector<QString>& wellPathNames);
|
||||
|
||||
private:
|
||||
bool validateArguments() const;
|
||||
RimEclipseCase* caseFromId(int caseId)const ;
|
||||
RimFractureTemplate* fractureTemplateFromId(int templateId) const;
|
||||
std::vector<RimWellPath*> wellPaths() const;
|
||||
|
||||
caf::PdmField<int> m_caseId;
|
||||
caf::PdmField<std::vector<QString>> m_wellPathNames;
|
||||
|
||||
Reference in New Issue
Block a user