mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
NNC: Show IJK values in Result Info
This commit is contained in:
@@ -462,7 +462,7 @@ void RiuViewer::handlePickAction(int winPosX, int winPosY)
|
||||
{
|
||||
size_t nncIndex = rivSourceInfo->m_NNCIndices->get(faceIndex);
|
||||
|
||||
m_reservoirView->appendNNCResultInfo(gridIndex, nncIndex, &resultInfo);
|
||||
m_reservoirView->appendNNCResultInfo(nncIndex, &resultInfo);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user