diff --git a/dumux/material/components/brine.hh b/dumux/material/components/brine.hh index af165772eee1c954b0d488e62052dcdf5679dea2..22b2916955ae7d824af9b691ac5bc0f968a8192c 100644 --- a/dumux/material/components/brine.hh +++ b/dumux/material/components/brine.hh @@ -322,10 +322,10 @@ public: } }; -template <class Scalar, class H2O> /*! * \brief Default value for the salinity of the brine (dimensionless). */ +template <class Scalar, class H2O> Scalar Brine<Scalar, H2O>::salinity = 0.1; // also needs to be adapted in CO2 solubility table! } // end namepace