mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Fixed cell coordinate debug output
This commit is contained in:
parent
49fe3e9f4c
commit
a2dd688df1
@ -438,7 +438,7 @@ void RiuViewer::handlePickAction(int winPosX, int winPosY)
|
||||
m_reservoirView->pickInfo(gridIndex, cellIndex, localIntersectionPoint, &pickInfo);
|
||||
m_reservoirView->appendCellResultInfo(gridIndex, cellIndex, &resultInfo);
|
||||
#if 0
|
||||
const RigReservoir* reservoir = m_reservoirView->eclipseCase()->reservoirData();
|
||||
const RigCaseData* reservoir = m_reservoirView->eclipseCase()->reservoirData();
|
||||
const RigGridBase* grid = reservoir->grid(gridIndex);
|
||||
const RigCell& cell = grid->cell(cellIndex);
|
||||
const caf::SizeTArray8& cellNodeIndices = cell.cornerIndices();
|
||||
|
Loading…
Reference in New Issue
Block a user