opm-simulators/opm/core
Andreas Lauser 5bf53148c0 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
..
flowdiagnostics Add missing include of config.h 2017-05-24 12:11:49 +02:00
linalg replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-12-11 11:33:52 +01:00
pressure remove unused code 2017-11-15 11:56:40 +01:00
props PhaseUsage: handle polymer and solvent the same way as energy 2017-12-11 10:30:14 +01:00
simulator Fix pvtIndex map for cases with non-active eqlnum regions. 2017-11-27 13:40:09 +01:00
transport PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
utility mark initHydroCarbonState() as inline 2017-10-04 19:24:20 +02:00
wells fixed: add ENERGY to switch to quell unhandled enum value warning 2017-12-05 17:13:08 +01:00
well_controls.h Initial integration of VFP 2015-08-19 13:10:48 +02:00
wells.h Add sat table id to well struct 2017-04-06 13:52:27 +02:00