mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3527 Implement multiple ICD/AICDs for perforation intervals.
This commit is contained in:
@@ -29,8 +29,8 @@ void RicNewValveFeature::onActionTriggered(bool isChecked)
|
||||
if (perfInterval)
|
||||
{
|
||||
RimWellPathValve* valve = new RimWellPathValve;
|
||||
valve->setMeasuredDepth(perfInterval->startMD());
|
||||
perfInterval->addValve(valve);
|
||||
valve->setMeasuredDepthAndCount(perfInterval->startMD(), perfInterval->endMD() - perfInterval->startMD(), 1);
|
||||
|
||||
RimWellPathCollection* wellPathCollection = nullptr;
|
||||
perfInterval->firstAncestorOrThisOfType(wellPathCollection);
|
||||
|
||||
Reference in New Issue
Block a user