Adapted some include paths to changes in opm-core.

This commit is contained in:
Atgeirr Flø Rasmussen
2013-03-12 12:15:28 +01:00
parent 61ef2b0a47
commit 976706487d
8 changed files with 12 additions and 12 deletions

View File

@@ -20,7 +20,7 @@
#include <opm/core/utility/have_boost_redef.hpp>
#include <opm/core/eclipse/CornerpointChopper.hpp>
#include <opm/core/io/eclipse/CornerpointChopper.hpp>
#include <opm/upscaling/SinglePhaseUpscaler.hpp>
#include <opm/core/utility/MonotCubicInterpolator.hpp>
#include <opm/porsol/common/setupBoundaryConditions.hpp>

View File

@@ -21,7 +21,7 @@
#include <opm/core/utility/have_boost_redef.hpp>
#include <opm/core/eclipse/CornerpointChopper.hpp>
#include <opm/core/io/eclipse/CornerpointChopper.hpp>
#include <opm/upscaling/SinglePhaseUpscaler.hpp>
#include <opm/porsol/common/setupBoundaryConditions.hpp>
#include <opm/core/utility/Units.hpp>

View File

@@ -36,9 +36,9 @@
#include <opm/core/utility/have_boost_redef.hpp>
#include <opm/core/eclipse/CornerpointChopper.hpp>
#include <opm/core/eclipse/EclipseGridParser.hpp>
#include <opm/core/eclipse/EclipseGridInspector.hpp>
#include <opm/core/io/eclipse/CornerpointChopper.hpp>
#include <opm/core/io/eclipse/EclipseGridParser.hpp>
#include <opm/core/io/eclipse/EclipseGridInspector.hpp>
#include <opm/upscaling/SinglePhaseUpscaler.hpp>
#include <opm/porsol/common/setupBoundaryConditions.hpp>
#include <opm/core/utility/Units.hpp>

View File

@@ -33,7 +33,7 @@
#include <opm/core/utility/have_boost_redef.hpp>
#include <opm/core/eclipse/CornerpointChopper.hpp>
#include <opm/core/io/eclipse/CornerpointChopper.hpp>
#include <opm/upscaling/SinglePhaseUpscaler.hpp>
#include <opm/porsol/common/setupBoundaryConditions.hpp>
#include <opm/core/utility/Units.hpp>

View File

@@ -31,11 +31,11 @@
#include <numeric>
#include <sys/utsname.h>
#include <opm/core/eclipse/EclipseGridParser.hpp>
#include <opm/core/eclipse/EclipseGridInspector.hpp>
#include <opm/core/io/eclipse/EclipseGridParser.hpp>
#include <opm/core/io/eclipse/EclipseGridInspector.hpp>
#include <opm/core/utility/parameters/ParameterGroup.hpp>
#include <opm/core/eclipse/CornerpointChopper.hpp>
#include <opm/core/io/eclipse/CornerpointChopper.hpp>
#include <opm/upscaling/SinglePhaseUpscaler.hpp>
#include <opm/porsol/common/setupBoundaryConditions.hpp>
#include <opm/core/utility/Units.hpp>

View File

@@ -13,7 +13,7 @@
#define ELASTICITY_UPSCALE_HPP_
#include <dune/common/fmatrix.hh>
#include <opm/core/eclipse/EclipseGridParser.hpp>
#include <opm/core/io/eclipse/EclipseGridParser.hpp>
#include <dune/grid/common/mcmgmapper.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dune/istl/ilu.hh>

View File

@@ -43,7 +43,7 @@
#include <opm/porsol/common/ReservoirPropertyFixedMobility.hpp>
#include <opm/porsol/euler/MatchSaturatedVolumeFunctor.hpp>
#include <opm/core/utility/Units.hpp>
#include <opm/core/utility/writeECLData.hpp>
#include <opm/core/io/eclipse/writeECLData.hpp>
#include <opm/core/utility/miscUtilities.hpp>
#include <algorithm>

View File

@@ -37,7 +37,7 @@
#include <opm/core/utility/parameters/ParameterGroup.hpp>
#include <dune/grid/CpGrid.hpp>
#include <opm/core/eclipse/EclipseGridParser.hpp>
#include <opm/core/io/eclipse/EclipseGridParser.hpp>
#include <opm/porsol/common/GridInterfaceEuler.hpp>
#include <opm/porsol/common/BoundaryConditions.hpp>