NNC: Show IJK values in Result Info

This commit is contained in:
Magne Sjaastad
2013-12-20 14:29:08 +01:00
parent 1c80a9dbe8
commit e8137ff78a
4 changed files with 62 additions and 15 deletions

View File

@@ -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);
}
}
}