mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-16 20:24:48 -06:00
Workaround to compile issue with two tests.
Two tests include ebos.hh, but probably should not: test_glift1 and test_RestartSerialization. This change restores the build for those tests. Removing ebos.hh from their inclusion list should be done, but currently exposes that some other headers are not properly standalone, so it is a bit more work to do.
This commit is contained in:
parent
ad35b2a72f
commit
2ffc7f8e6d
@ -34,7 +34,7 @@
|
||||
#include <opm/models/utils/start.hh>
|
||||
|
||||
#include <opm/simulators/aquifers/BlackoilAquiferModel.hpp>
|
||||
#include <opm/simulators/linalg/ISTLSolverEbos.hpp>
|
||||
#include <opm/simulators/linalg/ISTLSolverEbosBda.hpp>
|
||||
#include <opm/simulators/wells/BlackoilWellModel.hpp>
|
||||
|
||||
namespace Opm {
|
||||
|
Loading…
Reference in New Issue
Block a user