adapt to changes in opm-models

This commit is contained in:
Tor Harald Sandve 2021-03-09 09:44:53 +01:00
parent d78f5dc259
commit 0c66a38adf

View File

@ -1791,6 +1791,9 @@ public:
unsigned spaceIdx,
unsigned timeIdx) const
{
if(!context.intersection(spaceIdx).boundary())
return;
if (!enableEnergy || !enableThermalFluxBoundaries)
values.setNoFlow();
else {