Files
opm-simulators/opm/autodiff
Andreas Lauser e65790224e 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-10-27 17:48:26 +02:00
..
2015-11-10 13:37:36 +01:00
2017-06-28 07:47:17 +02:00
2017-10-16 19:08:12 +02:00
2017-06-14 14:22:22 +02:00
2016-09-13 23:58:59 +02:00
2015-08-19 11:32:38 +02:00