diff --git a/ebos/eclproblem.hh b/ebos/eclproblem.hh index b77007fca..321b675e2 100644 --- a/ebos/eclproblem.hh +++ b/ebos/eclproblem.hh @@ -1572,7 +1572,7 @@ public: unsigned spaceIdx, unsigned timeIdx) const { - OPM_TIMEBLOCK(eclProblemBoundary); + OPM_TIMEBLOCK_LOCAL(eclProblemBoundary); if (!context.intersection(spaceIdx).boundary()) return; @@ -1782,7 +1782,7 @@ public: unsigned globalDofIdx, unsigned timeIdx) const { - OPM_TIMEBLOCK(eclProblemSource); + OPM_TIMEBLOCK_LOCAL(eclProblemSource); rate = 0.0; wellModel_.computeTotalRatesForDof(rate, globalDofIdx);