mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user