RFT improvements

* Avoid accessing nullptr
* remove unused function
* Allow RFT data from single summary case to be used in RFT plots
* #9736 Support horizontal plotting of LAS curves
This commit is contained in:
Magne Sjaastad
2023-01-27 10:29:11 +01:00
committed by GitHub
parent e3a347ccaa
commit 62ce2b18e0
7 changed files with 93 additions and 24 deletions

View File

@@ -40,8 +40,7 @@ public:
RifReaderRftInterface* rftReader();
bool hasWell( const QString& wellPathName ) const;
std::vector<QString> wells() const;
std::vector<QString> labels( const RifEclipseRftAddress& rftAddress );
std::vector<QString> wellNames() const;
private:
cvf::ref<RifReaderPressureDepthData> m_fmuRftReader;