Work in progress

This commit is contained in:
jonjenssen
2024-09-17 00:33:04 +02:00
parent 99fa28f284
commit 68bc64598b
7 changed files with 85 additions and 84 deletions

View File

@@ -604,7 +604,7 @@ void RivReservoirViewPartMgr::computeNativeVisibility( cvf::UByteArray*
#pragma omp parallel for
for ( int cellIndex = 0; cellIndex < static_cast<int>( grid->cellCount() ); cellIndex++ )
{
const RigCell& cell = grid->cell( cellIndex );
const RigCell& cell = grid->nativeCell( cellIndex );
size_t reservoirCellIndex = grid->reservoirCellIndex( cellIndex );
bool isCellActive = activeCellInfo->isActive( reservoirCellIndex );