mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Use correct OpenMP directive for INDEX_I/J/K results.
This commit is contained in:
parent
eb88cca7e8
commit
cc0691f48c
@ -1976,7 +1976,7 @@ void RigCaseCellResultsData::computeIndexResults()
|
||||
|
||||
const std::vector<RigCell>& globalCellArray = m_ownerMainGrid->globalCellArray();
|
||||
long long numCells = static_cast<long long>( globalCellArray.size() );
|
||||
#pragma omp for
|
||||
#pragma omp parallel for
|
||||
for ( long long cellIdx = 0; cellIdx < numCells; cellIdx++ )
|
||||
{
|
||||
const RigCell& cell = globalCellArray[cellIdx];
|
||||
|
Loading…
Reference in New Issue
Block a user