mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove well state argument from computeFluidInPlace().
This commit is contained in:
@@ -102,10 +102,9 @@ namespace Opm
|
||||
template <class PhysicalModel>
|
||||
std::vector<V>
|
||||
NonlinearSolver<PhysicalModel>::computeFluidInPlace(const ReservoirState& x,
|
||||
const WellState& xw,
|
||||
const std::vector<int>& fipnum) const
|
||||
{
|
||||
return model_->computeFluidInPlace(x, xw, fipnum);
|
||||
return model_->computeFluidInPlace(x, fipnum);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user