Merge pull request #1081 from joakim-hove/celldata-container

Header file moved in opm-output.
This commit is contained in:
Joakim Hove 2016-10-17 11:46:33 +02:00 committed by GitHub
commit 99d8ab73f4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
#include <opm/common/util/numeric/cmp.hpp>
#include <opm/core/props/BlackoilPropertiesInterface.hpp>
#include <opm/core/simulator/WellState.hpp>
#include <opm/output/Wells.hpp>
#include <opm/output/data/Wells.hpp>
using namespace Opm;

View File

@ -22,7 +22,7 @@
#include <opm/core/wells.h>
#include <opm/core/well_controls.h>
#include <opm/output/Wells.hpp>
#include <opm/output/data/Wells.hpp>
#include <array>
#include <map>