EvaluationXXX.hpp: do not include Evaluation.hpp
creates weird circular includes. users should always include Evaluation.hpp
This commit is contained in:
parent
59d46bbf7e
commit
76892ccd73
@ -73,8 +73,6 @@ specializationTemplate = \
|
||||
#define OPM_DENSEAD_EVALUATION{{numDerivs}}_HPP
|
||||
{% endif %}\
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -32,8 +32,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION_DYNAMIC_HPP
|
||||
#define OPM_DENSEAD_EVALUATION_DYNAMIC_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -32,8 +32,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION_HPP
|
||||
#define OPM_DENSEAD_EVALUATION_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION1_HPP
|
||||
#define OPM_DENSEAD_EVALUATION1_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION10_HPP
|
||||
#define OPM_DENSEAD_EVALUATION10_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION11_HPP
|
||||
#define OPM_DENSEAD_EVALUATION11_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION12_HPP
|
||||
#define OPM_DENSEAD_EVALUATION12_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION2_HPP
|
||||
#define OPM_DENSEAD_EVALUATION2_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION3_HPP
|
||||
#define OPM_DENSEAD_EVALUATION3_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION4_HPP
|
||||
#define OPM_DENSEAD_EVALUATION4_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION5_HPP
|
||||
#define OPM_DENSEAD_EVALUATION5_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION6_HPP
|
||||
#define OPM_DENSEAD_EVALUATION6_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION7_HPP
|
||||
#define OPM_DENSEAD_EVALUATION7_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION8_HPP
|
||||
#define OPM_DENSEAD_EVALUATION8_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
@ -31,8 +31,6 @@
|
||||
#ifndef OPM_DENSEAD_EVALUATION9_HPP
|
||||
#define OPM_DENSEAD_EVALUATION9_HPP
|
||||
|
||||
#include "Evaluation.hpp"
|
||||
|
||||
#ifndef NDEBUG
|
||||
#include <opm/material/common/Valgrind.hpp>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user