mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#2091 Cross Plot : Rename to using X or Y as postfix to interface
This commit is contained in:
@@ -293,10 +293,10 @@ RimSummaryCurve* RicPlotProductionRateFeature::addSummaryCurve( RimSummaryPlot*
|
||||
RimSummaryCurve* newCurve = new RimSummaryCurve();
|
||||
plot->addCurveAndUpdate(newCurve);
|
||||
|
||||
newCurve->setSummaryCase(gridSummaryCase);
|
||||
newCurve->setSummaryAddress(addr);
|
||||
newCurve->setSummaryCaseY(gridSummaryCase);
|
||||
newCurve->setSummaryAddressY(addr);
|
||||
newCurve->setColor(color);
|
||||
newCurve->setYAxis(plotAxis);
|
||||
newCurve->setLeftOrRightAxisY(plotAxis);
|
||||
|
||||
return newCurve;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user