mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1209 from dr-robertk/PR/remove-uninitialized-vars
[cleanup] initialized Eval variables with 0.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user