mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4502 from hnil/wrong_timingblock
- fixed wrong timing block
This commit is contained in:
commit
2c36934894
@ -1572,7 +1572,7 @@ public:
|
|||||||
unsigned spaceIdx,
|
unsigned spaceIdx,
|
||||||
unsigned timeIdx) const
|
unsigned timeIdx) const
|
||||||
{
|
{
|
||||||
OPM_TIMEBLOCK(eclProblemBoundary);
|
OPM_TIMEBLOCK_LOCAL(eclProblemBoundary);
|
||||||
if (!context.intersection(spaceIdx).boundary())
|
if (!context.intersection(spaceIdx).boundary())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@ -1782,7 +1782,7 @@ public:
|
|||||||
unsigned globalDofIdx,
|
unsigned globalDofIdx,
|
||||||
unsigned timeIdx) const
|
unsigned timeIdx) const
|
||||||
{
|
{
|
||||||
OPM_TIMEBLOCK(eclProblemSource);
|
OPM_TIMEBLOCK_LOCAL(eclProblemSource);
|
||||||
rate = 0.0;
|
rate = 0.0;
|
||||||
|
|
||||||
wellModel_.computeTotalRatesForDof(rate, globalDofIdx);
|
wellModel_.computeTotalRatesForDof(rate, globalDofIdx);
|
||||||
|
Loading…
Reference in New Issue
Block a user