mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-28 16:04:23 -06:00
Merge pull request #4498 from akva2/split_timing_macros
adjust to timing macro header split
This commit is contained in:
commit
8c038fd36c
@ -25,6 +25,8 @@
|
||||
|
||||
#include <ebos/equil/equilibrationhelpers.hh>
|
||||
|
||||
#include <opm/common/TimingMacros.hpp>
|
||||
|
||||
#include <opm/common/utility/numeric/RootFinders.hpp>
|
||||
|
||||
#include <opm/material/fluidmatrixinteractions/EclMaterialLawManager.hpp>
|
||||
|
@ -28,6 +28,7 @@
|
||||
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
#include <opm/common/Exceptions.hpp>
|
||||
#include <opm/common/TimingMacros.hpp>
|
||||
|
||||
#include <opm/models/discretization/common/fvbaseproperties.hh>
|
||||
#include <opm/models/common/multiphasebaseproperties.hh>
|
||||
|
@ -20,6 +20,8 @@
|
||||
#ifndef OPM_OWNINGBLOCKPRECONDITIONER_HEADER_INCLUDED
|
||||
#define OPM_OWNINGBLOCKPRECONDITIONER_HEADER_INCLUDED
|
||||
|
||||
#include <opm/common/TimingMacros.hpp>
|
||||
|
||||
#include <opm/simulators/linalg/PreconditionerWithUpdate.hpp>
|
||||
|
||||
#include <dune/istl/schwarz.hh>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <dune/istl/owneroverlapcopy.hh>
|
||||
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
#include <opm/common/TimingMacros.hpp>
|
||||
|
||||
#include <opm/simulators/linalg/GraphColoring.hpp>
|
||||
#include <opm/simulators/linalg/matrixblock.hh>
|
||||
|
@ -20,8 +20,12 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <opm/common/TimingMacros.hpp>
|
||||
|
||||
#include <opm/simulators/linalg/matrixblock.hh>
|
||||
#include <opm/simulators/linalg/PropertyTree.hpp>
|
||||
#include <opm/simulators/linalg/twolevelmethodcpr.hh>
|
||||
|
||||
#include <dune/istl/paamg/pinfo.hh>
|
||||
|
||||
namespace Opm
|
||||
|
Loading…
Reference in New Issue
Block a user