changed: ewoms/models/blackoil -> opm/models/blackoil

This commit is contained in:
Arne Morten Kvarving
2019-09-16 11:15:31 +02:00
parent 17e8fa6574
commit f48ae0f7f1
20 changed files with 7734 additions and 3 deletions

View File

@@ -28,7 +28,7 @@
#ifndef EWOMS_RESERVOIR_PROBLEM_HH
#define EWOMS_RESERVOIR_PROBLEM_HH
#include <ewoms/models/blackoil/blackoilproperties.hh>
#include <opm/models/blackoil/blackoilproperties.hh>
#include <opm/material/fluidmatrixinteractions/LinearMaterial.hpp>
#include <opm/material/fluidmatrixinteractions/MaterialTraits.hpp>

View File

@@ -29,7 +29,7 @@
#include "config.h"
#include <opm/models/utils/start.hh>
#include <ewoms/models/blackoil/blackoilmodel.hh>
#include <opm/models/blackoil/blackoilmodel.hh>
#include <ewoms/disc/ecfv/ecfvdiscretization.hh>
#include "problems/reservoirproblem.hh"

View File

@@ -28,7 +28,7 @@
#include "config.h"
#include <opm/models/utils/start.hh>
#include <ewoms/models/blackoil/blackoilmodel.hh>
#include <opm/models/blackoil/blackoilmodel.hh>
#include <ewoms/disc/vcfv/vcfvdiscretization.hh>
#include "problems/reservoirproblem.hh"