mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Fixed missing conversion ewoms->opm-models in header includes,
This commit is contained in:
parent
e50de81eba
commit
431d5718e2
@ -27,7 +27,7 @@
|
||||
*/
|
||||
#include "config.h"
|
||||
|
||||
#include <ewoms/common/start.hh>
|
||||
#include <opm/models/utils/start.hh>
|
||||
#include <opm/models/immiscible/immisciblemodel.hh>
|
||||
#include <opm/models/discretization/vcfv/vcfvdiscretization.hh>
|
||||
#include "problems/fingerproblem.hh"
|
||||
|
@ -37,7 +37,7 @@
|
||||
#error "dune-alugrid not found!"
|
||||
#endif
|
||||
|
||||
#include <ewoms/models/discretefracture/discretefracturemodel.hh>
|
||||
#include <opm/models/discretefracture/discretefracturemodel.hh>
|
||||
#include <opm/models/io/dgfvanguard.hh>
|
||||
|
||||
#include <opm/material/fluidmatrixinteractions/RegularizedBrooksCorey.hpp>
|
||||
|
@ -28,7 +28,7 @@
|
||||
#ifndef EWOMS_DISCRETE_FRACTURE_EXTENSIVE_QUANTITIES_HH
|
||||
#define EWOMS_DISCRETE_FRACTURE_EXTENSIVE_QUANTITIES_HH
|
||||
|
||||
#include <ewoms/models/immiscible/immiscibleextensivequantities.hh>
|
||||
#include <opm/models/immiscible/immiscibleextensivequantities.hh>
|
||||
|
||||
#include <dune/common/fvector.hh>
|
||||
#include <dune/common/fmatrix.hh>
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "discretefractureproperties.hh"
|
||||
|
||||
#include <ewoms/models/immiscible/immiscibleintensivequantities.hh>
|
||||
#include <opm/models/immiscible/immiscibleintensivequantities.hh>
|
||||
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
|
||||
|
@ -28,7 +28,7 @@
|
||||
#ifndef EWOMS_DISCRETE_FRACTURE_LOCAL_RESIDUAL_BASE_HH
|
||||
#define EWOMS_DISCRETE_FRACTURE_LOCAL_RESIDUAL_BASE_HH
|
||||
|
||||
#include <ewoms/models/immiscible/immisciblelocalresidual.hh>
|
||||
#include <opm/models/immiscible/immisciblelocalresidual.hh>
|
||||
|
||||
namespace Opm {
|
||||
|
||||
|
@ -37,8 +37,8 @@
|
||||
#include "discretefracturelocalresidual.hh"
|
||||
#include "discretefractureproblem.hh"
|
||||
|
||||
#include <ewoms/models/immiscible/immisciblemodel.hh>
|
||||
#include <ewoms/io/vtkdiscretefracturemodule.hh>
|
||||
#include <opm/models/immiscible/immisciblemodel.hh>
|
||||
#include <opm/models/io/vtkdiscretefracturemodule.hh>
|
||||
|
||||
#include <opm/material/common/Exceptions.hpp>
|
||||
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "discretefractureproperties.hh"
|
||||
|
||||
#include <ewoms/models/immiscible/immiscibleprimaryvariables.hh>
|
||||
#include <opm/models/immiscible/immiscibleprimaryvariables.hh>
|
||||
|
||||
namespace Opm {
|
||||
/*!
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
#include "discretefractureproperties.hh"
|
||||
|
||||
#include <ewoms/models/common/multiphasebaseproblem.hh>
|
||||
#include <opm/models/common/multiphasebaseproblem.hh>
|
||||
|
||||
#include <opm/material/common/Means.hpp>
|
||||
#include <opm/material/common/Unused.hpp>
|
||||
|
@ -30,9 +30,9 @@
|
||||
#ifndef EWOMS_DISCRETE_FRACTIRE_PROPERTIES_HH
|
||||
#define EWOMS_DISCRETE_FRACTIRE_PROPERTIES_HH
|
||||
|
||||
#include <ewoms/models/immiscible/immiscibleproperties.hh>
|
||||
#include <opm/models/immiscible/immiscibleproperties.hh>
|
||||
|
||||
#include <ewoms/io/vtkdiscretefracturemodule.hh>
|
||||
#include <opm/models/io/vtkdiscretefracturemodule.hh>
|
||||
|
||||
BEGIN_PROPERTIES
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
|
||||
#if HAVE_SUPERLU
|
||||
|
||||
#include <ewoms/linear/istlsparsematrixbackend.hh>
|
||||
#include <opm/models/linear/istlsparsematrixbackend.hh>
|
||||
#include <opm/models/utils/parametersystem.hh>
|
||||
|
||||
#include <opm/material/common/Unused.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user