mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5240 Avoid duplicate entries when opening summary-, and gridcases
This commit is contained in:
committed by
Magne Sjaastad
parent
92c767989f
commit
b6252c9d59
@@ -334,6 +334,9 @@ void RicSummaryPlotFeatureImpl::createSummaryPlotsFromArgumentLine( const QStrin
|
||||
}
|
||||
}
|
||||
|
||||
summaryFileNames.removeDuplicates();
|
||||
gridFileNames.removeDuplicates();
|
||||
|
||||
if ( allCurveAddressFilters.empty() )
|
||||
{
|
||||
RiaLogging::error( "Needs at least one vector to create a plot." );
|
||||
|
||||
Reference in New Issue
Block a user