#2483 Refactoring : Simplify generation of well branch geometry (1)

This commit is contained in:
Magne Sjaastad
2018-03-02 13:54:42 +01:00
parent e39105503b
commit 7bd0bdc612
6 changed files with 32 additions and 53 deletions

View File

@@ -474,7 +474,7 @@ bool RigEclipseCaseData::hasSimulationWell(const QString& simWellName) const
//--------------------------------------------------------------------------------------------------
std::vector<const RigWellPath*> RigEclipseCaseData::simulationWellBranches(const QString& simWellName,
bool includeAllCellCenters,
bool useAutoDetectionOfBranches)
bool useAutoDetectionOfBranches) const
{
std::vector<const RigWellPath*> branches;