Simulator programs and utilities for automatic differentiation.
Go to file
Andreas Lauser 5e4dd59105 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.
2018-01-02 14:28:06 +01:00
bin relax the python script to check the reference solutions 2013-07-07 19:02:28 +02:00
doc slightly improve the handbook build script 2017-01-16 15:32:16 +01:00
examples replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2018-01-02 14:28:06 +01:00
opm/core Fix pvtIndex map for cases with non-active eqlnum regions. 2018-01-02 14:28:06 +01:00
tests Adress PR review issues 2 2018-01-02 14:28:06 +01:00