- fixed wrong timing block

This commit is contained in:
hnil 2023-03-02 09:20:07 +01:00
parent 00da723b59
commit e2df9fa4f9

View File

@ -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);