mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
85a9a41264
The <have_boost_redef.hpp> header was introduced (commit 82369f9) as a work-around for a particular interaction in the Autotools-based setup of OPM-Core and the Dune core modules. Notably, Dune's "Enable" trick for Boost failed on some older Autoconf systems. Now that we're using CMake, however, that kluge is no longer needed because we (OPM-Core) always #define HAVE_BOOST 1 i.e., as an explict true/false value. Therefore, we need no longer include <have_boost_redef.hpp> . The header will be removed at a later time. |
||
---|---|---|
.. | ||
call_umfpack.c | ||
call_umfpack.h | ||
LinearSolverFactory.cpp | ||
LinearSolverFactory.hpp | ||
LinearSolverInterface.cpp | ||
LinearSolverInterface.hpp | ||
LinearSolverIstl.cpp | ||
LinearSolverIstl.hpp | ||
LinearSolverUmfpack.cpp | ||
LinearSolverUmfpack.hpp | ||
sparse_sys.c | ||
sparse_sys.h |