mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
(#861) Summary Plot : Add support for autogenerated plot name
This commit is contained in:
@@ -99,11 +99,8 @@ void RicPlotProductionRateFeature::onActionTriggered(bool isChecked)
|
||||
description = "Well Injection Rates : ";
|
||||
}
|
||||
|
||||
RimSummaryPlot* plot = new RimSummaryPlot();
|
||||
summaryPlotColl->summaryPlots().push_back(plot);
|
||||
|
||||
description += well->name();
|
||||
plot->setDescription(description);
|
||||
RimSummaryPlot* plot = summaryPlotColl->createNamedSummaryPlot(description);
|
||||
|
||||
if (isInjector(well))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user