[cleanup] initialized Eval variables with 0.

This commit is contained in:
Robert Kloefkorn
2017-06-08 15:35:40 +02:00
parent 60985fdbeb
commit ee7520d896
2 changed files with 6 additions and 6 deletions

View File

@@ -205,11 +205,11 @@ enum WellVariablePositions {
/// Diff to bhp for each well perforation.
const std::vector<double>& wellPerforationPressureDiffs() const;
EvalWell extendEval(Eval in) const;
EvalWell extendEval(const Eval& in) const;
void setWellVariables(const WellState& xw);
void print(EvalWell in) const;
void print(const EvalWell& in) const;
void computeAccumWells();