mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#5706 Ensemble paramemter operator less orders larger variance first
This commit is contained in:
parent
0accbfdd0d
commit
7370aa1bad
@ -89,7 +89,7 @@ bool EnsembleParameter::operator<( const EnsembleParameter& other ) const
|
||||
{
|
||||
if ( this->variationBin != other.variationBin )
|
||||
{
|
||||
return this->variationBin < other.variationBin;
|
||||
return this->variationBin > other.variationBin; // Larger first
|
||||
}
|
||||
|
||||
return this->name < other.name;
|
||||
|
Loading…
Reference in New Issue
Block a user