mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5219 Implement support for TVDRKB for well log depth
* Also show air gap in title when TVDRKB is selected and not otherwise
This commit is contained in:
@@ -67,7 +67,6 @@ public:
|
||||
|
||||
void curveData( const RigFemResultAddress& resAddr, int frameIndex, std::vector<double>* values );
|
||||
const RigGeoMechCaseData* caseData();
|
||||
void setRkbDiff( double rkbDiff );
|
||||
|
||||
void setWbsLasValues( const RigWbsParameter& parameter, const std::vector<std::pair<double, double>>& values );
|
||||
void setWbsParametersSource( RigWbsParameter parameter, WbsParameterSource source );
|
||||
@@ -160,7 +159,6 @@ private:
|
||||
|
||||
private:
|
||||
cvf::ref<RigGeoMechCaseData> m_caseData;
|
||||
double m_rkbDiff;
|
||||
|
||||
std::map<RigWbsParameter, std::vector<std::pair<double, double>>> m_lasFileValues;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user