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