diff --git a/ebos/ecloutputblackoilmodule.hh b/ebos/ecloutputblackoilmodule.hh index 9d43dfd5a..ff4c47598 100644 --- a/ebos/ecloutputblackoilmodule.hh +++ b/ebos/ecloutputblackoilmodule.hh @@ -589,7 +589,7 @@ public: void processElementFlows(const ElementContext& elemCtx) { OPM_TIMEBLOCK_LOCAL(processElementBlockData); - if (!std::is_same>::value) + if (!std::is_same_v>) return; const auto& problem = elemCtx.simulator().problem();