mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: put ParallelOverlappingILU0 in separate compile unit
i chose to split in a separate _impl file because this code is so generic that there may be downstream users who want to use on other matrix types than what we use in opm-simulators.
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
#include<dune/common/fvector.hh>
|
||||
#include<opm/simulators/linalg/ParallelOverlappingILU0.hpp>
|
||||
|
||||
#include <opm/common/ErrorMacros.hpp>
|
||||
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION / 100000 == 1 && BOOST_VERSION / 100 % 1000 < 71
|
||||
|
||||
Reference in New Issue
Block a user