diff --git a/examples/problems/co2injectionproblem.hh b/examples/problems/co2injectionproblem.hh index f9728aa5d..186e94958 100644 --- a/examples/problems/co2injectionproblem.hh +++ b/examples/problems/co2injectionproblem.hh @@ -61,9 +61,6 @@ namespace Opm { template class Co2InjectionProblem; -namespace Co2Injection { -#include -} //! \endcond } @@ -109,10 +106,9 @@ struct FluidSystem { private: using Scalar = GetPropType; - using CO2Tables = Opm::Co2Injection::CO2Tables; public: - using type = Opm::BrineCO2FluidSystem; + using type = Opm::BrineCO2FluidSystem; //using type = Opm::H2ON2FluidSystem; };