#2421 RelPerm: Remove invalid points on transparent curve

This commit is contained in:
Rebecca Cox
2018-01-30 13:30:05 +01:00
parent 9f08f1264a
commit 4094fd1861
2 changed files with 6 additions and 3 deletions

View File

@@ -103,7 +103,7 @@ private:
static double interpolatedCurveYValue(const std::vector<double>& xVals, const std::vector<double>& yVals, double x);
static void addTransparentCurve(QwtPlot* plot, const std::vector<QPointF>& points, const std::vector<WhichYAxis>& axes);
static void addTransparentCurve(QwtPlot* plot, const std::vector<QPointF>& points, const std::vector<WhichYAxis>& axes, bool logScaleLeftAxis);
std::vector<RigFlowDiagSolverInterface::RelPermCurve> gatherUiSelectedCurves() const;
QString asciiDataForUiSelectedCurves() const;