mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Bump version to 2021.10.3-dev.07
This commit is contained in:
@@ -126,6 +126,7 @@ std::vector<RimSummaryPlot*> RicSummaryPlotBuilder::createPlots() const
|
||||
{
|
||||
std::set<RifEclipseSummaryAddress> addresses;
|
||||
addresses.insert( group.begin(), group.end() );
|
||||
if ( addresses.empty() ) continue;
|
||||
|
||||
for ( auto summaryCase : m_summaryCases )
|
||||
{
|
||||
@@ -184,6 +185,7 @@ std::vector<RimSummaryPlot*> RicSummaryPlotBuilder::createPlots() const
|
||||
{
|
||||
std::set<RifEclipseSummaryAddress> addresses;
|
||||
addresses.insert( group.begin(), group.end() );
|
||||
if ( addresses.empty() ) continue;
|
||||
|
||||
if ( !m_summaryCases.empty() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user