mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3511 Remove setTopWellBoreVolume
This commit is contained in:
parent
4e17b5acfa
commit
5dd8f34c3e
@ -50,14 +50,6 @@ RicMswExportInfo::RicMswExportInfo(const RimWellPath* wellPath,
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
|
||||||
///
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
|
||||||
void RicMswExportInfo::setTopWellBoreVolume(double topWellBoreVolume)
|
|
||||||
{
|
|
||||||
m_topWellBoreVolume = topWellBoreVolume;
|
|
||||||
}
|
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
///
|
///
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
|
@ -41,7 +41,6 @@ public:
|
|||||||
const QString& lengthAndDepthText,
|
const QString& lengthAndDepthText,
|
||||||
const QString& pressureDropText);
|
const QString& pressureDropText);
|
||||||
|
|
||||||
void setTopWellBoreVolume(double topWellBoreVolume);
|
|
||||||
void setLinerDiameter(double linerDiameter);
|
void setLinerDiameter(double linerDiameter);
|
||||||
void setRoughnessFactor(double roughnessFactor);
|
void setRoughnessFactor(double roughnessFactor);
|
||||||
void setHasSubGridIntersections(bool subGridIntersections);
|
void setHasSubGridIntersections(bool subGridIntersections);
|
||||||
|
Loading…
Reference in New Issue
Block a user