mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Interpolating MDvalues
This commit is contained in:
@@ -36,9 +36,11 @@ public:
|
||||
void createRftReaderInterface();
|
||||
RifReaderRftInterface* rftReader();
|
||||
|
||||
bool hasWell(const QString& simWellName) const;
|
||||
bool hasWell(const QString& wellPathName) const;
|
||||
std::vector<QString> wells() const;
|
||||
|
||||
std::vector<std::pair<double, double>> derivedWellPathTvdMd(const QString& wellPathName) const;
|
||||
|
||||
private:
|
||||
cvf::ref<RifReaderFmuRft> m_fmuRftReader;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user