allow StandardWells.hpp to be included independently

i.e., without BlackoilModelBase.hpp.
This commit is contained in:
Andreas Lauser 2016-06-07 13:09:39 +02:00
parent 0a4dfb6d69
commit 415bb25166
2 changed files with 3 additions and 0 deletions

View File

@ -38,6 +38,7 @@
#include <opm/core/wells/DynamicListEconLimited.hpp>
#include <opm/autodiff/AutoDiffBlock.hpp>
#include <opm/autodiff/AutoDiffHelpers.hpp>
#include <opm/autodiff/VFPProperties.hpp>
#include <opm/autodiff/BlackoilPropsAdInterface.hpp>
@ -57,6 +58,7 @@ namespace Opm {
// --------- Types ---------
using ADB = AutoDiffBlock<double>;
using Vector = ADB::V;
using V = ADB::V;
// copied from BlackoilModelBase
// should put to somewhere better

View File

@ -21,6 +21,7 @@
#include <opm/autodiff/StandardWells.hpp>
#include <opm/autodiff/WellDensitySegmented.hpp>
#include <opm/autodiff/BlackoilModelEnums.hpp>
#include <opm/autodiff/VFPInjProperties.hpp>
#include <opm/autodiff/VFPProdProperties.hpp>