(#163) Sort simulation wells by name

This commit is contained in:
Jacob Støren
2015-11-30 14:02:52 +01:00
parent bd2a65acb4
commit 707e8c68ab
3 changed files with 18 additions and 1 deletions

View File

@@ -1138,6 +1138,8 @@ void RimEclipseView::syncronizeWellsWithResults()
{
this->wellCollection()->wells()[wIdx]->setReservoirView(this);
}
this->wellCollection()->sortWellsByName();
}
//--------------------------------------------------------------------------------------------------