mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4703 Fix changing result position in GeoMech result definition
This commit is contained in:
@@ -88,7 +88,7 @@ public:
|
||||
|
||||
float minCurveUIValue() const;
|
||||
float maxCurveUIValue() const;
|
||||
void resetMinMaxValuesAndUpdateUI();
|
||||
void resetMinMaxValues();
|
||||
bool findClosestPointOnCurve( const cvf::Vec3d& globalIntersection,
|
||||
cvf::Vec3d* closestPoint,
|
||||
double* measuredDepthAtPoint,
|
||||
@@ -108,9 +108,6 @@ protected:
|
||||
caf::PdmUiEditorAttribute* attribute ) override;
|
||||
void initAfterRead() override;
|
||||
|
||||
private:
|
||||
void resetMinMaxValues();
|
||||
|
||||
protected:
|
||||
caf::PdmField<DrawPlaneEnum> m_drawPlane;
|
||||
caf::PdmField<cvf::Color3f> m_color;
|
||||
|
Reference in New Issue
Block a user