#3442 Implement export of ICD/ICV table for performations

This commit is contained in:
Gaute Lindkvist
2018-11-29 15:20:36 +01:00
parent f0d3a36374
commit f14d36ca23
6 changed files with 198 additions and 41 deletions

View File

@@ -54,6 +54,9 @@ public:
RiaEclipseUnitTools::UnitSystem wellPathUnitSystem,
RiaEclipseUnitTools::UnitSystem wantedUnitSystem);
std::vector<std::pair<double, double>> segmentsBetweenValves() const;
// Overrides from RimWellPathCompletionInterface
bool isEnabled() const override;
RiaDefines::WellPathComponentType componentType() const override;