mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
* #4732 Fix missing refresh for ensemble RFT * WIP * #4732 Fix missing refresh for ensemble RFT * WIP * Make sure Observed RFT data is loaded on startup * Make error bars work for RFT plots * #4761 Add labels with formation and value/error to observed data points * Changes after review
This commit is contained in:
@@ -38,8 +38,7 @@ public:
|
||||
|
||||
bool hasWell( const QString& wellPathName ) const;
|
||||
std::vector<QString> wells() const;
|
||||
|
||||
std::vector<std::pair<double, double>> derivedWellPathTvdMd( const QString& wellPathName ) const;
|
||||
std::vector<QString> labels( const RifEclipseRftAddress& rftAddress );
|
||||
|
||||
private:
|
||||
cvf::ref<RifReaderFmuRft> m_fmuRftReader;
|
||||
|
||||
Reference in New Issue
Block a user