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:
@@ -89,7 +89,7 @@ bool EnsembleParameter::operator<( const EnsembleParameter& other ) const
|
|||||||
{
|
{
|
||||||
if ( this->variationBin != other.variationBin )
|
if ( this->variationBin != other.variationBin )
|
||||||
{
|
{
|
||||||
return this->variationBin < other.variationBin;
|
return this->variationBin > other.variationBin; // Larger first
|
||||||
}
|
}
|
||||||
|
|
||||||
return this->name < other.name;
|
return this->name < other.name;
|
||||||
|
|||||||
Reference in New Issue
Block a user