flow_ebos: do not use BlackoilPropsAdFromDeck anymore

the only thing that was used of this class was the phase usage object,
but the phase usage object can be accessed via much leaner interfaces.

The old BlackoilPropsFromDeck (without "Ad") is still required to
compute the initial condition, but the init code should be refactored
soon anyway.
This commit is contained in:
Andreas Lauser
2017-06-16 13:52:51 +02:00
parent 56cef57c8d
commit dc9ad10f87
4 changed files with 22 additions and 58 deletions

View File

@@ -90,7 +90,7 @@ public:
}
template<class Buffer>
void scatter(Buffer& buffer, std::size_t i, std::size_t s)
void scatter(Buffer& buffer, std::size_t i, std::size_t s OPM_OPTIM_UNUSED)
{
assert(s==size(i));
static_cast<void>(s);