mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #3107 from totto82/fixBoundaryIssueAgain
adapt to changes in opm-models
This commit is contained in:
commit
fd273f4802
@ -1789,6 +1789,9 @@ public:
|
||||
unsigned spaceIdx,
|
||||
unsigned timeIdx) const
|
||||
{
|
||||
if(!context.intersection(spaceIdx).boundary())
|
||||
return;
|
||||
|
||||
if (!enableEnergy || !enableThermalFluxBoundaries)
|
||||
values.setNoFlow();
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user