add files imported from opm-core to build system

change include path for thresholdPressures.hpp in test.
note that the test is currently disabled (it was not enabled in
opm-core and does not build).
This commit is contained in:
Arne Morten Kvarving
2016-04-08 18:35:12 +02:00
parent 66333051e7
commit ec84849361
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@
#include <opm/core/grid/cornerpoint_grid.h>
#include <opm/core/grid/GridManager.hpp>
#include <opm/autodiff/GridHelpers.hpp>
#include <opm/core/utility/thresholdPressures.hpp> // Note: the GridHelpers must be included before this (to make overloads available)
#include <opm/simulators/thresholdPressures.hpp> // Note: the GridHelpers must be included before this (to make overloads available)
static DeckPtr createDeckSimConfig() {