Skip to content
Snippets Groups Projects
Commit b8c542d1 authored by Benjamin Faigle's avatar Benjamin Faigle
Browse files

moved "public" in front of ideal gas constant to get brine_co2 fluidsystem to work.

If moved for a good reason, state something in the commit message!

git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@6039 2fb0f335-1f38-0410-981e-8018bf24f1b0
parent a765ac39
No related merge requests found
...@@ -36,10 +36,10 @@ namespace Dumux ...@@ -36,10 +36,10 @@ namespace Dumux
template <class Scalar> template <class Scalar>
class IdealGas class IdealGas
{ {
public:
//! The ideal gas constant \f$\mathrm{[J/mol/K]}\f$ //! The ideal gas constant \f$\mathrm{[J/mol/K]}\f$
static constexpr Scalar R = Dumux::Constants<Scalar>::R; static constexpr Scalar R = Dumux::Constants<Scalar>::R;
public:
/*! /*!
* \brief The density of the gas in \f$\mathrm{[kg/m^3]}\f$, depending on * \brief The density of the gas in \f$\mathrm{[kg/m^3]}\f$, depending on
* pressure, temperature and average molar mass of the gas. * pressure, temperature and average molar mass of the gas.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment