Closed totto82 closed 6 years ago
Personally I would do something like:
if (args.state.has("SWAT")) { const auto& swat = args.state.data("SWAT"); for (size_t i = 0; i < p.size(); i++) hcs += pv[i] * (1 - swat[i]) } else { for (size_t i; i < p.size(); i++) hcs += pv[i]; }
but if you prefer your variety I will merge that.
What about the test failure downstream?
Strange SPE5 doesn't even output FPR.
SPE5 fails for everybody. I guess we should blame: OPM/ewoms#219
jenkins build this with downstreams please
Personally I would do something like:
but if you prefer your variety I will merge that.
What about the test failure downstream?