Skip to content

Commit

Permalink
Merge pull request #4186 from akva2/janitoring
Browse files Browse the repository at this point in the history
PengRobinsonParams: initialize members
  • Loading branch information
akva2 authored Sep 10, 2024
2 parents ae2e921 + 24194c1 commit bd8c5d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions opm/material/eos/PengRobinsonParams.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ class PengRobinsonParams
{ b_ = value; }

protected:
Scalar a_;
Scalar b_;
Scalar a_{};
Scalar b_{};
};

} // namespace Opm
Expand Down

0 comments on commit bd8c5d2

Please sign in to comment.