opm-core/opm/core/transport
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
..
implicit replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-12-11 11:33:52 +01:00
reorder PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
TransportSolverTwophaseInterface.cpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
TransportSolverTwophaseInterface.hpp Modify solve() interface, fix source term bug in implicit solver. 2013-03-15 08:21:55 +01:00