mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-20 11:48:25 -06:00
- fixed wrong timing block
This commit is contained in:
parent
00da723b59
commit
e2df9fa4f9
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user