ECL: move the grid manager to ewoms/io/

this class is probably useful for problems other than EclProblem and
the EclWellsManager already is at a generic place...
This commit is contained in:
Andreas Lauser 2014-10-06 12:24:17 +02:00
parent e8a08749f5
commit e98be1d398

View File

@ -24,10 +24,9 @@
#ifndef EWOMS_ECL_PROBLEM_HH
#define EWOMS_ECL_PROBLEM_HH
#include "eclgridmanager.hh"
#include <ewoms/models/blackoil/blackoilmodel.hh>
#include <ewoms/disc/ecfv/ecfvdiscretization.hh>
#include <ewoms/io/eclgridmanager.hh>
#include <ewoms/wells/eclwellmanager.hh>
#include <opm/material/fluidmatrixinteractions/PiecewiseLinearTwoPhaseMaterial.hpp>