opm-simulators/examples
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
..
mrst Move MRST example closer to actual example 2013-05-15 10:37:50 +02:00
find_zero.cpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
flow_ebos_2p.cpp flow: refactor the specializations 2017-10-06 15:35:00 +02:00
flow_ebos_polymer.cpp flow: refactor the specializations 2017-10-06 15:35:00 +02:00
flow_ebos_solvent.cpp flow: refactor the specializations 2017-10-06 15:35:00 +02:00
flow_ebos.cpp flow: refactor the specializations 2017-10-06 15:35:00 +02:00
flow_legacy.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
flow_mpi.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
flow_multisegment_mpi.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
flow_multisegment.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
flow_polymer.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
flow_reorder.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
flow_sequential.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
flow_solvent.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
flow.cpp flow: refactor the specializations 2017-10-06 15:35:00 +02:00
opm_init_check.cpp remove the BlackoilPropsAdInterface abstraction layer 2017-01-02 13:19:23 +01:00
sim_2p_comp_reorder.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
sim_2p_incomp_ad.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
sim_2p_incomp.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
sim_poly2p_comp_reorder.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
sim_poly2p_incomp_reorder.cpp replace #if HAVE_CONFIG_H by #ifdef HAVE_CONFIG_H 2017-10-27 17:48:26 +02:00
sim_simple.cpp adapt to the removal of the unit system of opm-core 2016-10-10 17:00:09 +02:00
wells_example.cpp adjust for changed ParameterGroup namespacing 2017-04-28 15:36:25 +02:00