opm-core/opm/core
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
..
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 more sources which are unused after removals in opm-upscaling 2017-11-17 10:47:15 +01:00
props PhaseUsage: handle polymer and solvent the same way as energy 2017-12-11 10:30:14 +01:00
simulator remove bit-rotten SimulatorState.cpp file 2017-12-11 11:33:52 +01:00
transport replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-12-11 11:33:52 +01:00
utility Merge pull request #1193 from akva2/move_utils_to_simulators 2017-12-05 08:36:54 +01:00
wells fixed: add ENERGY to switch to quell unhandled enum value warning 2017-12-05 17:13:08 +01:00
doxygen_main.hpp Update to shared_ptr-less parser interface. 2016-10-20 10:14:41 +02:00
opm-core-pch.hpp Use precompiled headers to compile C++ modules 2013-02-11 22:38:00 +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