adapting to the change related to VFP from the parser.

This commit is contained in:
Kai Bao
2018-04-07 21:41:34 +02:00
parent d211c1927f
commit ed49fd1e88
14 changed files with 38 additions and 30 deletions

View File

@@ -22,8 +22,8 @@
#define OPM_AUTODIFF_VFPHELPERS_HPP_
#include <opm/parser/eclipse/EclipseState/Tables/VFPProdTable.hpp>
#include <opm/parser/eclipse/EclipseState/Tables/VFPInjTable.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/VFPProdTable.hpp>
#include <opm/parser/eclipse/EclipseState/Schedule/VFPInjTable.hpp>
#include <opm/autodiff/AutoDiffHelpers.hpp>
#include <opm/material/densead/Math.hpp>
#include <opm/material/densead/Evaluation.hpp>