From 86d4475221a918238e5a003335bcf1ba96682442 Mon Sep 17 00:00:00 2001 From: Bernd Flemisch <bernd@iws.uni-stuttgart.de> Date: Fri, 23 Nov 2012 14:08:47 +0000 Subject: [PATCH] Mesitylene and xylene fluid systems: fix template parameters git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@9641 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/material/fluidsystems/h2oairmesitylenefluidsystem.hh | 3 +-- dumux/material/fluidsystems/h2oairxylenefluidsystem.hh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/dumux/material/fluidsystems/h2oairmesitylenefluidsystem.hh b/dumux/material/fluidsystems/h2oairmesitylenefluidsystem.hh index d2bf623d13..64b225ed05 100644 --- a/dumux/material/fluidsystems/h2oairmesitylenefluidsystem.hh +++ b/dumux/material/fluidsystems/h2oairmesitylenefluidsystem.hh @@ -568,8 +568,7 @@ namespace Properties { template<class TypeTag> class H2OAirMesityleneFluidSystem : public FluidSystems::H2OAirMesitylene<typename GET_PROP_TYPE(TypeTag, Scalar), - typename GET_PROP(TypeTag, Components)::H2O, - GET_PROP_VALUE(TypeTag, EnableComplicatedFluidSystem)> + typename GET_PROP(TypeTag, Components)::H2O> {}; #endif diff --git a/dumux/material/fluidsystems/h2oairxylenefluidsystem.hh b/dumux/material/fluidsystems/h2oairxylenefluidsystem.hh index 147ddfc6cc..a2522f1a40 100644 --- a/dumux/material/fluidsystems/h2oairxylenefluidsystem.hh +++ b/dumux/material/fluidsystems/h2oairxylenefluidsystem.hh @@ -567,8 +567,7 @@ namespace Properties { template<class TypeTag> class H2OAirXyleneFluidSystem : public FluidSystems::H2OAirXylene<typename GET_PROP_TYPE(TypeTag, Scalar), -typename GET_PROP(TypeTag, Components)::H2O, -GET_PROP_VALUE(TypeTag, EnableComplicatedFluidSystem)> + typename GET_PROP(TypeTag, Components)::H2O> {}; #endif -- GitLab