mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fix stacking for well log curves
This commit is contained in:
@@ -219,13 +219,6 @@ RiaDefines::PhaseType RimWellLogCurve::resultPhase() const
|
|||||||
return RiaDefines::PhaseType::PHASE_NOT_APPLICABLE;
|
return RiaDefines::PhaseType::PHASE_NOT_APPLICABLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
|
||||||
///
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
|
||||||
void RimWellLogCurve::assignStackColor( size_t index, size_t count )
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -81,7 +81,6 @@ public:
|
|||||||
const RiaCurveDataTools::CurveIntervals& curveIntervals );
|
const RiaCurveDataTools::CurveIntervals& curveIntervals );
|
||||||
|
|
||||||
virtual RiaDefines::PhaseType resultPhase() const;
|
virtual RiaDefines::PhaseType resultPhase() const;
|
||||||
virtual void assignStackColor( size_t index, size_t count );
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void updateZoomInParentPlot() override;
|
void updateZoomInParentPlot() override;
|
||||||
|
|||||||
Reference in New Issue
Block a user