mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Remove unused function
This commit is contained in:
parent
0bba60f22f
commit
fe17d0edd4
@ -167,14 +167,6 @@ double RimFracture::perforationEfficiency() const
|
||||
return m_perforationEfficiency();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
int RimFracture::stimPlanTimeIndexToPlot() const
|
||||
{
|
||||
return m_stimPlanTimeIndexToPlot();
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
@ -58,7 +58,6 @@ public:
|
||||
double perforationLength() const;
|
||||
double perforationEfficiency() const;
|
||||
|
||||
int stimPlanTimeIndexToPlot() const;
|
||||
void setStimPlanTimeIndexToPlot(int timeIndex);
|
||||
|
||||
double wellRadius(RiaEclipseUnitTools::UnitSystem unitSystem) const;
|
||||
|
Loading…
Reference in New Issue
Block a user