mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
header scrub
This commit is contained in:
parent
1c537632fc
commit
67d39d8d7e
@ -22,6 +22,7 @@
|
|||||||
// it is use for the development when some facility class are not ready
|
// it is use for the development when some facility class are not ready
|
||||||
|
|
||||||
#include <opm/output/data/Aquifer.hpp>
|
#include <opm/output/data/Aquifer.hpp>
|
||||||
|
#include <opm/output/data/Groups.hpp>
|
||||||
#include <opm/output/data/Wells.hpp>
|
#include <opm/output/data/Wells.hpp>
|
||||||
|
|
||||||
#include <opm/models/discretization/common/baseauxiliarymodule.hh>
|
#include <opm/models/discretization/common/baseauxiliarymodule.hh>
|
||||||
|
@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
#include "convergencecriterion.hh"
|
#include "convergencecriterion.hh"
|
||||||
|
|
||||||
#include <opm/material/common/Unused.hpp>
|
|
||||||
|
|
||||||
namespace Opm {
|
namespace Opm {
|
||||||
namespace Linear {
|
namespace Linear {
|
||||||
|
|
||||||
|
@ -32,8 +32,6 @@
|
|||||||
|
|
||||||
#include <opm/simulators/linalg/gpubridge/opencl/openclSolverBackend.hpp>
|
#include <opm/simulators/linalg/gpubridge/opencl/openclSolverBackend.hpp>
|
||||||
|
|
||||||
#include <type_traits>
|
|
||||||
|
|
||||||
namespace Opm::Accelerator {
|
namespace Opm::Accelerator {
|
||||||
|
|
||||||
template<class Scalar> class BlockedMatrix;
|
template<class Scalar> class BlockedMatrix;
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
#ifndef EWOMS_LINEAR_SOLVER_REPORT_HH
|
#ifndef EWOMS_LINEAR_SOLVER_REPORT_HH
|
||||||
#define EWOMS_LINEAR_SOLVER_REPORT_HH
|
#define EWOMS_LINEAR_SOLVER_REPORT_HH
|
||||||
|
|
||||||
#include "convergencecriterion.hh"
|
|
||||||
|
|
||||||
#include <opm/models/utils/timer.hpp>
|
#include <opm/models/utils/timer.hpp>
|
||||||
#include <opm/models/utils/timerguard.hh>
|
#include <opm/models/utils/timerguard.hh>
|
||||||
|
|
||||||
|
@ -22,10 +22,7 @@
|
|||||||
#ifndef OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED
|
#ifndef OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED
|
||||||
#define OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED
|
#define OPM_MULTISEGMENTWELL_GENERIC_HEADER_INCLUDED
|
||||||
|
|
||||||
#include <functional>
|
|
||||||
#include <optional>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <array>
|
|
||||||
|
|
||||||
namespace Opm
|
namespace Opm
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user