From 55040bb63d2490bff6fdd18636015cbdfb96d496 Mon Sep 17 00:00:00 2001 From: Alexander Kissinger <alexander.kissinger@iws.uni-stuttgart.de> Date: Wed, 26 Sep 2012 11:42:17 +0000 Subject: [PATCH] Changed the template argument of tabulated component brine from tabulatted H2O to the raw component H2O, since tabulating a component based on another tabulated component led to warnings. (Reviewed by Lena) git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9128 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/material/fluidsystems/defaultcomponents.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dumux/material/fluidsystems/defaultcomponents.hh b/dumux/material/fluidsystems/defaultcomponents.hh index 6f1adfce4a..6d91e5e34f 100644 --- a/dumux/material/fluidsystems/defaultcomponents.hh +++ b/dumux/material/fluidsystems/defaultcomponents.hh @@ -68,7 +68,7 @@ public: typedef Dumux::CH4<Scalar> CH4; typedef Dumux::SimpleCO2<Scalar> SimpleCO2; typedef Dumux::SimpleH2O<Scalar> SimpleH2O; - typedef Dumux::TabulatedComponent<Scalar, Dumux::Brine<Scalar, H2O> > Brine; + typedef Dumux::TabulatedComponent<Scalar, Dumux::Brine<Scalar, Dumux::H2O<Scalar> > > Brine; static void init() { -- GitLab