Header file moved in opm-output.

This commit is contained in:
Joakim Hove 2016-10-04 15:04:01 +02:00
parent edb57704f9
commit 5fdb868526
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>