mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#2029 Well Log Plot: Handle curves with different depth in 'Show Plot Data'
This commit is contained in:
@@ -57,6 +57,9 @@ public:
|
||||
// See ExpressionParserImpl::assignVector()
|
||||
std::vector<double>& interpolatedYValuesForAllXValues( size_t curveIdx );
|
||||
|
||||
static void removeValuesForPartialCurves( std::set<XValueType, XComparator>& unionOfXValues,
|
||||
const std::vector<std::pair<XValueType, XValueType>>& originalXBounds );
|
||||
|
||||
public:
|
||||
// Helper methods, available as public to be able to access from unit tests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user