various small improvements.

This commit is contained in:
Kai Bao
2017-09-21 15:58:01 +02:00
parent a03a67c85e
commit 5dee45dc0a
2 changed files with 10 additions and 15 deletions

View File

@@ -308,8 +308,7 @@ namespace Opm
// compute the densities of the mixture in the segments
// TODO: probably other fluid properties also.
// They will be treated implicitly, so they need to be of Evaluation type
void computeSegmentFluidProperties(const Simulator& ebosSimulator,
const WellState& well_state);
void computeSegmentFluidProperties(const Simulator& ebosSimulator);
EvalWell getSegmentPressure(const int seg) const;