mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3340 Fix some warnings
This commit is contained in:
@@ -1405,8 +1405,6 @@ private:
|
||||
{
|
||||
if (gridCellIndex == cvf::UNDEFINED_SIZE_T) return;
|
||||
|
||||
size_t reservoirCellIdx = m_mainGrid->reservoirCellIndexByGridAndGridLocalCellIndex(gridIndex, gridCellIndex);
|
||||
|
||||
// Traverse parent gridcells, and add them to the map
|
||||
|
||||
while ( gridIndex > 0 ) // is lgr
|
||||
|
||||
Reference in New Issue
Block a user