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

This commit is contained in:
Arne Morten Kvarving 2019-09-16 09:52:49 +02:00
parent 79df2fd097
commit 681672660a
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
#include <opm/material/common/Exceptions.hpp>
#include <ewoms/common/propertysystem.hh>
#include <ewoms/parallel/threadedentityiterator.hh>
#include <opm/models/parallel/threadedentityiterator.hh>
#include <dune/grid/common/gridenums.hh>

View File

@ -34,7 +34,7 @@
#include <ewoms/models/blackoil/blackoilmodel.hh>
#include <ewoms/disc/ecfv/ecfvdiscretization.hh>
#include <ewoms/io/baseoutputwriter.hh>
#include <ewoms/parallel/tasklets.hh>
#include <opm/models/parallel/tasklets.hh>
#include <ebos/nncsorter.hpp>