mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4811 Source Stepping : Fix well stepping for ensembles
This commit is contained in:
@@ -146,7 +146,7 @@ QString RicSummaryPlotTemplateTools::htmlTextFromPlotAndSelection(
|
||||
|
||||
RiaSummaryCurveAnalyzer selectionAnalyzer;
|
||||
|
||||
selectionAnalyzer.appendAdresses( selectedSummaryAddresses );
|
||||
selectionAnalyzer.appendAddresses( selectedSummaryAddresses );
|
||||
|
||||
if ( templatePlot )
|
||||
{
|
||||
@@ -169,7 +169,7 @@ QString RicSummaryPlotTemplateTools::htmlTextFromPlotAndSelection(
|
||||
}
|
||||
}
|
||||
|
||||
templateAnalyzer.appendAdresses( templateAddresses );
|
||||
templateAnalyzer.appendAddresses( templateAddresses );
|
||||
}
|
||||
|
||||
text += "<b> Requirements </b><br>";
|
||||
|
||||
Reference in New Issue
Block a user