mirror of
https://github.com/OPM/opm-upscaling.git
synced 2026-08-26 21:17:11 -05:00
looks like some of the files were already fixed.
These two were left out.
This commit is contained in:
@@ -42,7 +42,11 @@
|
||||
#include "SimulatorTester.hpp"
|
||||
#include "SimulatorTesterFlexibleBC.hpp"
|
||||
#include <opm/porsol/common/SimulatorTraits.hpp>
|
||||
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 3)
|
||||
#include <dune/common/parallel/mpihelper.hh>
|
||||
#else
|
||||
#include <dune/common/mpihelper.hh>
|
||||
#endif
|
||||
|
||||
#ifdef USE_TBB
|
||||
#include <tbb/task_scheduler_init.h>
|
||||
|
||||
@@ -27,7 +27,13 @@
|
||||
#include "SimulatorTester.hpp"
|
||||
#include "SimulatorTesterFlexibleBC.hpp"
|
||||
#include <opm/porsol/common/SimulatorTraits.hpp>
|
||||
|
||||
#include <dune/common/version.hh>
|
||||
#if DUNE_VERSION_NEWER(DUNE_COMMON, 2, 3)
|
||||
#include <dune/common/parallel/mpihelper.hh>
|
||||
#else
|
||||
#include <dune/common/mpihelper.hh>
|
||||
#endif
|
||||
|
||||
#ifdef USE_TBB
|
||||
#include <tbb/task_scheduler_init.h>
|
||||
|
||||
Reference in New Issue
Block a user