From 59d46bbf7efc0b0260f4ef92518801537fc3f56e Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 23 Dec 2022 13:15:53 +0100 Subject: [PATCH] Evaluation: do not include Math.hpp --- bin/genEvalSpecializations.py | 1 - opm/material/densead/DynamicEvaluation.hpp | 1 - opm/material/densead/Evaluation.hpp | 1 - opm/material/densead/Evaluation1.hpp | 1 - opm/material/densead/Evaluation10.hpp | 1 - opm/material/densead/Evaluation11.hpp | 1 - opm/material/densead/Evaluation12.hpp | 1 - opm/material/densead/Evaluation2.hpp | 1 - opm/material/densead/Evaluation3.hpp | 1 - opm/material/densead/Evaluation4.hpp | 1 - opm/material/densead/Evaluation5.hpp | 1 - opm/material/densead/Evaluation6.hpp | 1 - opm/material/densead/Evaluation7.hpp | 1 - opm/material/densead/Evaluation8.hpp | 1 - opm/material/densead/Evaluation9.hpp | 1 - 15 files changed, 15 deletions(-) diff --git a/bin/genEvalSpecializations.py b/bin/genEvalSpecializations.py index 179ab4ec0..22090c6ef 100755 --- a/bin/genEvalSpecializations.py +++ b/bin/genEvalSpecializations.py @@ -74,7 +74,6 @@ specializationTemplate = \ {% endif %}\ #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/DynamicEvaluation.hpp b/opm/material/densead/DynamicEvaluation.hpp index 7da8b2d4f..95ed5ba2e 100644 --- a/opm/material/densead/DynamicEvaluation.hpp +++ b/opm/material/densead/DynamicEvaluation.hpp @@ -33,7 +33,6 @@ #define OPM_DENSEAD_EVALUATION_DYNAMIC_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation.hpp b/opm/material/densead/Evaluation.hpp index 4a80d0c50..c776e578a 100644 --- a/opm/material/densead/Evaluation.hpp +++ b/opm/material/densead/Evaluation.hpp @@ -33,7 +33,6 @@ #define OPM_DENSEAD_EVALUATION_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation1.hpp b/opm/material/densead/Evaluation1.hpp index 6b9d94984..93338800c 100644 --- a/opm/material/densead/Evaluation1.hpp +++ b/opm/material/densead/Evaluation1.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION1_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation10.hpp b/opm/material/densead/Evaluation10.hpp index 6e7218d3e..82c8bf2f3 100644 --- a/opm/material/densead/Evaluation10.hpp +++ b/opm/material/densead/Evaluation10.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION10_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation11.hpp b/opm/material/densead/Evaluation11.hpp index ea152f0cc..30f4161e6 100644 --- a/opm/material/densead/Evaluation11.hpp +++ b/opm/material/densead/Evaluation11.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION11_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation12.hpp b/opm/material/densead/Evaluation12.hpp index c2b9e0c4e..b5d0e6a33 100644 --- a/opm/material/densead/Evaluation12.hpp +++ b/opm/material/densead/Evaluation12.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION12_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation2.hpp b/opm/material/densead/Evaluation2.hpp index c7a50115f..f0413128f 100644 --- a/opm/material/densead/Evaluation2.hpp +++ b/opm/material/densead/Evaluation2.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION2_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation3.hpp b/opm/material/densead/Evaluation3.hpp index 06fe1307d..8a5d00346 100644 --- a/opm/material/densead/Evaluation3.hpp +++ b/opm/material/densead/Evaluation3.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION3_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation4.hpp b/opm/material/densead/Evaluation4.hpp index b444680ee..d18e7e229 100644 --- a/opm/material/densead/Evaluation4.hpp +++ b/opm/material/densead/Evaluation4.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION4_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation5.hpp b/opm/material/densead/Evaluation5.hpp index 44d97ea09..6b426ce3d 100644 --- a/opm/material/densead/Evaluation5.hpp +++ b/opm/material/densead/Evaluation5.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION5_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation6.hpp b/opm/material/densead/Evaluation6.hpp index 5f2243b26..233e67171 100644 --- a/opm/material/densead/Evaluation6.hpp +++ b/opm/material/densead/Evaluation6.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION6_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation7.hpp b/opm/material/densead/Evaluation7.hpp index 6e0cc3bb4..4a1049637 100644 --- a/opm/material/densead/Evaluation7.hpp +++ b/opm/material/densead/Evaluation7.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION7_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation8.hpp b/opm/material/densead/Evaluation8.hpp index 5dfe3637d..0483acd41 100644 --- a/opm/material/densead/Evaluation8.hpp +++ b/opm/material/densead/Evaluation8.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION8_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include diff --git a/opm/material/densead/Evaluation9.hpp b/opm/material/densead/Evaluation9.hpp index 626e681a1..d455d8b9f 100644 --- a/opm/material/densead/Evaluation9.hpp +++ b/opm/material/densead/Evaluation9.hpp @@ -32,7 +32,6 @@ #define OPM_DENSEAD_EVALUATION9_HPP #include "Evaluation.hpp" -#include "Math.hpp" #ifndef NDEBUG #include