Merge pull request #286 from atgeirr/adapt-to-opm-grid-moved-headers

Adapt to moved opm-grid headers.
This commit is contained in:
Arne Morten Kvarving 2018-02-12 16:31:54 +01:00 committed by GitHub
commit 7d7c6bf46c
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@
#include <ebos/eclproblem.hh>
#include <ewoms/common/start.hh>
#include <opm/core/grid.h>
#include <opm/core/grid/GridManager.hpp>
#include <opm/grid/UnstructuredGrid.h>
#include <opm/grid/GridManager.hpp>
#include <opm/parser/eclipse/Units/Units.hpp>

View File

@ -26,8 +26,8 @@
#include <ebos/eclproblem.hh>
#include <ewoms/common/start.hh>
#include <opm/core/grid.h>
#include <opm/core/grid/GridManager.hpp>
#include <opm/grid/UnstructuredGrid.h>
#include <opm/grid/GridManager.hpp>
#include <opm/parser/eclipse/Units/Units.hpp>