always include Evaluation.hpp

even if we are using the dynamic specialization
This commit is contained in:
Arne Morten Kvarving
2022-12-23 13:31:41 +01:00
parent be7f94b731
commit 1c2e186017
5 changed files with 4 additions and 5 deletions

View File

@@ -38,7 +38,7 @@
#include <opm/models/blackoil/blackoilbrinemodules.hh>
#include <opm/models/blackoil/blackoilmicpmodules.hh>
#include <opm/material/densead/DynamicEvaluation.hpp>
#include <opm/material/densead/Evaluation.hpp>
#include <opm/input/eclipse/EclipseState/Runspec.hpp>
#include <opm/input/eclipse/Schedule/ScheduleTypes.hpp>

View File

@@ -24,7 +24,7 @@
#include <opm/core/props/BlackoilPhases.hpp>
#include <opm/material/densead/DynamicEvaluation.hpp>
#include <opm/material/densead/Evaluation.hpp>
#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>
#include <opm/models/blackoil/blackoilindices.hh>

View File

@@ -22,7 +22,6 @@
#include <config.h>
#include <opm/simulators/wells/StandardWellEval.hpp>
#include <opm/material/densead/DynamicEvaluation.hpp>
#include <opm/material/fluidsystems/BlackOilFluidSystem.hpp>
#include <opm/models/blackoil/blackoilindices.hh>

View File

@@ -27,7 +27,7 @@
#include <opm/simulators/wells/StandardWellEquations.hpp>
#include <opm/simulators/wells/StandardWellPrimaryVariables.hpp>
#include <opm/material/densead/DynamicEvaluation.hpp>
#include <opm/material/densead/Evaluation.hpp>
#include <optional>
#include <vector>

View File

@@ -23,7 +23,7 @@
#ifndef OPM_STANDARDWELL_PRIMARY_VARIABLES_HEADER_INCLUDED
#define OPM_STANDARDWELL_PRIMARY_VARIABLES_HEADER_INCLUDED
#include <opm/material/densead/DynamicEvaluation.hpp>
#include <opm/material/densead/Evaluation.hpp>
#include <opm/simulators/wells/StandardWellEquations.hpp>