Remove WBS-averaging over element

This commit is contained in:
Gaute Lindkvist
2020-01-27 16:00:44 +01:00
parent 5f6b9b43c6
commit 480ff8f707
2 changed files with 3 additions and 64 deletions

View File

@@ -120,11 +120,6 @@ private:
double getWellLogSegmentValue( size_t intersectionIdx,
const std::vector<std::pair<double, double>>& wellLogValues ) const;
template <typename T>
bool averageIntersectionValuesToSegmentValue( size_t intersectionIdx,
const std::vector<T>& intersectionValues,
const T& invalidValue,
T* averagedSegmentValue ) const;
static double pascalToBar( double pascalValue );
template <typename T>