Fix stacking for well log curves

This commit is contained in:
Gaute Lindkvist 2020-07-02 14:30:32 +02:00
parent fd0766f1a1
commit 9d274adc5f
2 changed files with 0 additions and 8 deletions

View File

@ -219,13 +219,6 @@ RiaDefines::PhaseType RimWellLogCurve::resultPhase() const
return RiaDefines::PhaseType::PHASE_NOT_APPLICABLE;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RimWellLogCurve::assignStackColor( size_t index, size_t count )
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@ -81,7 +81,6 @@ public:
const RiaCurveDataTools::CurveIntervals& curveIntervals );
virtual RiaDefines::PhaseType resultPhase() const;
virtual void assignStackColor( size_t index, size_t count );
protected:
void updateZoomInParentPlot() override;