mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3442 Improve ICD/ICV export to add a small 0.1 length segment for each segment containing valves.
This commit is contained in:
@@ -179,7 +179,7 @@ double RimWellPathValve::convertOrificeDiameter(double
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
std::vector<std::pair<double, double>> RimWellPathValve::segmentsBetweenValves() const
|
||||
std::vector<std::pair<double, double>> RimWellPathValve::valveSegments() const
|
||||
{
|
||||
RimPerforationInterval* perforationInterval = nullptr;
|
||||
this->firstAncestorOrThisOfType(perforationInterval);
|
||||
|
||||
Reference in New Issue
Block a user