mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed for review
This commit is contained in:
parent
9450fc0596
commit
bacb4e04d6
@ -562,7 +562,7 @@ private:
|
|||||||
#ifdef _OPENMP
|
#ifdef _OPENMP
|
||||||
#pragma omp parallel for
|
#pragma omp parallel for
|
||||||
#endif
|
#endif
|
||||||
for (size_t dofIdx=0; dofIdx < numElements; ++dofIdx){
|
for (int dofIdx=0; dofIdx < numElements; ++dofIdx){
|
||||||
const auto& intQuants = *(simulator_.model().cachedIntensiveQuantities(dofIdx, /*timeIdx=*/0));
|
const auto& intQuants = *(simulator_.model().cachedIntensiveQuantities(dofIdx, /*timeIdx=*/0));
|
||||||
const auto totVolume = simulator_.model().dofTotalVolume(dofIdx);
|
const auto totVolume = simulator_.model().dofTotalVolume(dofIdx);
|
||||||
eclOutputModule_->updateFluidInPlace(dofIdx, intQuants, totVolume);
|
eclOutputModule_->updateFluidInPlace(dofIdx, intQuants, totVolume);
|
||||||
|
Loading…
Reference in New Issue
Block a user