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:
parent
fd0766f1a1
commit
9d274adc5f
@ -219,13 +219,6 @@ RiaDefines::PhaseType RimWellLogCurve::resultPhase() const
|
||||
return RiaDefines::PhaseType::PHASE_NOT_APPLICABLE;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
void RimWellLogCurve::assignStackColor( size_t index, size_t count )
|
||||
{
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user