From 2da361414ee89a89d5389307024359a2ef380440 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Tue, 30 Jan 2018 14:06:30 +0100 Subject: [PATCH] changed: relocate the remaining files in opm/core/utility move to opm/common/utility/numeric --- opm/core/flowdiagnostics/AnisotropicEikonal.cpp | 2 +- opm/core/props/rock/RockCompressibility.cpp | 2 +- opm/core/props/satfunc/RelpermDiagnostics.hpp | 2 +- opm/core/props/satfunc/SaturationPropsFromDeck.cpp | 4 ++-- opm/core/simulator/EquilibrationHelpers.hpp | 4 ++-- opm/core/simulator/initState_impl.hpp | 2 +- .../reorder/TransportSolverCompressibleTwophaseReorder.cpp | 2 +- opm/core/transport/reorder/TransportSolverTwophaseReorder.cpp | 2 +- opm/polymer/PolymerInflow.hpp | 2 +- opm/polymer/PolymerProperties.cpp | 2 +- opm/polymer/TransportSolverTwophaseCompressiblePolymer.cpp | 2 +- opm/polymer/TransportSolverTwophaseCompressiblePolymer.hpp | 2 +- opm/polymer/TransportSolverTwophasePolymer.cpp | 2 +- opm/polymer/TransportSolverTwophasePolymer.hpp | 2 +- opm/polymer/polymerUtilities.hpp | 2 +- 15 files changed, 17 insertions(+), 17 deletions(-) diff --git a/opm/core/flowdiagnostics/AnisotropicEikonal.cpp b/opm/core/flowdiagnostics/AnisotropicEikonal.cpp index 42248401b..8c1c22a22 100644 --- a/opm/core/flowdiagnostics/AnisotropicEikonal.cpp +++ b/opm/core/flowdiagnostics/AnisotropicEikonal.cpp @@ -21,7 +21,7 @@ #include #include #include -#include +#include #if BOOST_HEAP_AVAILABLE diff --git a/opm/core/props/rock/RockCompressibility.cpp b/opm/core/props/rock/RockCompressibility.cpp index 7b8cc96c5..26bd614c4 100644 --- a/opm/core/props/rock/RockCompressibility.cpp +++ b/opm/core/props/rock/RockCompressibility.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include diff --git a/opm/core/props/satfunc/RelpermDiagnostics.hpp b/opm/core/props/satfunc/RelpermDiagnostics.hpp index a85cf8a34..14e73f0f4 100644 --- a/opm/core/props/satfunc/RelpermDiagnostics.hpp +++ b/opm/core/props/satfunc/RelpermDiagnostics.hpp @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/opm/core/props/satfunc/SaturationPropsFromDeck.cpp b/opm/core/props/satfunc/SaturationPropsFromDeck.cpp index 682dc6c7b..091d5b09b 100644 --- a/opm/core/props/satfunc/SaturationPropsFromDeck.cpp +++ b/opm/core/props/satfunc/SaturationPropsFromDeck.cpp @@ -22,8 +22,8 @@ #include -#include -#include +#include +#include #include #include #include diff --git a/opm/core/simulator/EquilibrationHelpers.hpp b/opm/core/simulator/EquilibrationHelpers.hpp index 05e841db2..bbd6ce2d3 100644 --- a/opm/core/simulator/EquilibrationHelpers.hpp +++ b/opm/core/simulator/EquilibrationHelpers.hpp @@ -21,9 +21,9 @@ #ifndef OPM_EQUILIBRATIONHELPERS_HEADER_INCLUDED #define OPM_EQUILIBRATIONHELPERS_HEADER_INCLUDED -#include +#include #include -#include +#include #include diff --git a/opm/core/simulator/initState_impl.hpp b/opm/core/simulator/initState_impl.hpp index b292d9e72..7f54b9eb2 100644 --- a/opm/core/simulator/initState_impl.hpp +++ b/opm/core/simulator/initState_impl.hpp @@ -26,7 +26,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/opm/core/transport/reorder/TransportSolverCompressibleTwophaseReorder.cpp b/opm/core/transport/reorder/TransportSolverCompressibleTwophaseReorder.cpp index 278e500c1..0b00a0500 100644 --- a/opm/core/transport/reorder/TransportSolverCompressibleTwophaseReorder.cpp +++ b/opm/core/transport/reorder/TransportSolverCompressibleTwophaseReorder.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/opm/core/transport/reorder/TransportSolverTwophaseReorder.cpp b/opm/core/transport/reorder/TransportSolverTwophaseReorder.cpp index a013a2b24..de8eb6a97 100644 --- a/opm/core/transport/reorder/TransportSolverTwophaseReorder.cpp +++ b/opm/core/transport/reorder/TransportSolverTwophaseReorder.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include diff --git a/opm/polymer/PolymerInflow.hpp b/opm/polymer/PolymerInflow.hpp index 9e3abd9af..763587c6b 100644 --- a/opm/polymer/PolymerInflow.hpp +++ b/opm/polymer/PolymerInflow.hpp @@ -20,7 +20,7 @@ #ifndef OPM_POLYMERINFLOW_HEADER_INCLUDED #define OPM_POLYMERINFLOW_HEADER_INCLUDED -#include +#include #include #include #include diff --git a/opm/polymer/PolymerProperties.cpp b/opm/polymer/PolymerProperties.cpp index e77a68242..6a29e6089 100644 --- a/opm/polymer/PolymerProperties.cpp +++ b/opm/polymer/PolymerProperties.cpp @@ -24,7 +24,7 @@ #include #include #include -#include +#include #include #include diff --git a/opm/polymer/TransportSolverTwophaseCompressiblePolymer.cpp b/opm/polymer/TransportSolverTwophaseCompressiblePolymer.cpp index 8a9c31c14..2412089b0 100644 --- a/opm/polymer/TransportSolverTwophaseCompressiblePolymer.cpp +++ b/opm/polymer/TransportSolverTwophaseCompressiblePolymer.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/opm/polymer/TransportSolverTwophaseCompressiblePolymer.hpp b/opm/polymer/TransportSolverTwophaseCompressiblePolymer.hpp index a442a5699..c0bbaa585 100644 --- a/opm/polymer/TransportSolverTwophaseCompressiblePolymer.hpp +++ b/opm/polymer/TransportSolverTwophaseCompressiblePolymer.hpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include diff --git a/opm/polymer/TransportSolverTwophasePolymer.cpp b/opm/polymer/TransportSolverTwophasePolymer.cpp index fcd850393..6499b8ff8 100644 --- a/opm/polymer/TransportSolverTwophasePolymer.cpp +++ b/opm/polymer/TransportSolverTwophasePolymer.cpp @@ -23,7 +23,7 @@ #include #include #include -#include +#include #include #include #include diff --git a/opm/polymer/TransportSolverTwophasePolymer.hpp b/opm/polymer/TransportSolverTwophasePolymer.hpp index f68d58500..1c50f001c 100644 --- a/opm/polymer/TransportSolverTwophasePolymer.hpp +++ b/opm/polymer/TransportSolverTwophasePolymer.hpp @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include diff --git a/opm/polymer/polymerUtilities.hpp b/opm/polymer/polymerUtilities.hpp index 4bc1b3619..f0c5668b1 100644 --- a/opm/polymer/polymerUtilities.hpp +++ b/opm/polymer/polymerUtilities.hpp @@ -28,7 +28,7 @@ #include #include #include -#include +#include #include