#3511 Remove setTopWellBoreVolume

This commit is contained in:
Magne Sjaastad 2019-02-08 08:16:53 +01:00
parent 4e17b5acfa
commit 5dd8f34c3e
2 changed files with 0 additions and 9 deletions

View File

@ -50,14 +50,6 @@ RicMswExportInfo::RicMswExportInfo(const RimWellPath* wellPath,
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
void RicMswExportInfo::setTopWellBoreVolume(double topWellBoreVolume)
{
m_topWellBoreVolume = topWellBoreVolume;
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------

View File

@ -41,7 +41,6 @@ public:
const QString& lengthAndDepthText,
const QString& pressureDropText);
void setTopWellBoreVolume(double topWellBoreVolume);
void setLinerDiameter(double linerDiameter);
void setRoughnessFactor(double roughnessFactor);
void setHasSubGridIntersections(bool subGridIntersections);