opm-core/opm/core/linalg
Andreas Lauser 204ef58bb6 replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H
it seems like most build systems pass a -DHAVE_CONFIG_H flag to the
compiler which still causes `#if HAVE_CONFIG_H` to be false while it
clearly is supposed to be triggered.

That said, I do not really see a good reason why the inclusion of the
`config.h` file should be guarded in the first place: the file is
guaranteed to always available by proper build systems, and if it was
not included the build either breaks at the linking stage or -- at the
very least -- the runtime behavior of the resulting libraries will be
very awkward.
2017-12-11 11:33:52 +01:00
..
blas_lapack.h Added general linear lapack solver. Updated test for band matrices. 2012-03-23 15:44:32 +01:00
call_umfpack.c make call_umfpack.c compile even if UMFPACK is not available 2017-12-11 11:33:52 +01:00
call_umfpack.h Moved code from opmcore/ to opm/core/ 2011-12-12 11:13:54 +01:00
LinearSolverFactory.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-12-11 11:33:52 +01:00
LinearSolverFactory.hpp changed: remove embedded 'parameters' namespace in ParamGroup 2017-04-28 15:34:11 +02:00
LinearSolverInterface.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
LinearSolverInterface.hpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
LinearSolverIstl.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-12-11 11:33:52 +01:00
LinearSolverIstl.hpp changed: remove embedded 'parameters' namespace in ParamGroup 2017-04-28 15:34:11 +02:00
LinearSolverPetsc.cpp make the PETSc code compile even if PETSc is not available 2017-12-11 11:33:52 +01:00
LinearSolverPetsc.hpp make the PETSc code compile even if PETSc is not available 2017-12-11 11:33:52 +01:00
LinearSolverUmfpack.cpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
LinearSolverUmfpack.hpp Added support for the parallel solvers of dune-istl. 2014-03-20 21:59:29 +01:00
ParallelIstlInformation.hpp fix non-MPI builds 2017-04-20 15:12:34 +02:00
sparse_sys.c make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
sparse_sys.h Anchor Doxygen comments to current line. 2012-06-26 11:44:30 +02:00