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:
@@ -95,6 +95,8 @@ protected:
|
||||
const QVariant& oldValue,
|
||||
const QVariant& newValue ) override;
|
||||
|
||||
std::vector<QString> perPointLabels() const;
|
||||
|
||||
private:
|
||||
RifReaderRftInterface* rftReader() const;
|
||||
|
||||
@@ -105,6 +107,7 @@ private:
|
||||
std::vector<size_t> sortedIndicesInRftFile();
|
||||
|
||||
std::vector<double> xValues();
|
||||
std::vector<double> errorValues();
|
||||
std::vector<double> tvDepthValues();
|
||||
std::vector<double> measuredDepthValues();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user