Stop using EclWellManager in test_ecl_output.cc.

This commit is contained in:
Atgeirr Flø Rasmussen 2021-10-13 10:55:05 +02:00
parent 72be136529
commit 2da4165b3e

View File

@ -26,7 +26,6 @@
#include <ebos/equil/equilibrationhelpers.hh>
#include <ebos/eclproblem.hh>
#include <ebos/eclwellmanager.hh>
#include <opm/models/utils/start.hh>
#include <opm/grid/UnstructuredGrid.h>
@ -41,6 +40,7 @@
#include <ebos/ecloutputblackoilmodule.hh>
#include <ebos/eclwriter.hh>
#include <opm/parser/eclipse/EclipseState/Schedule/Action/State.hpp>
#include <opm/simulators/wells/BlackoilWellModel.hpp>
#if HAVE_DUNE_FEM
#include <dune/fem/misc/mpimanager.hh>
@ -86,7 +86,7 @@ struct EnableAsyncEclOutput<TypeTag, TTag::TestEclOutputTypeTag> {
template<class TypeTag>
struct EclWellModel<TypeTag, TTag::TestEclOutputTypeTag> {
using type = EclWellManager<TypeTag>;
using type = BlackoilWellModel<TypeTag>;
};
} // namespace Opm::Properties