mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 10:40:21 -06:00
e65790224e
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. |
||
---|---|---|
.. | ||
mrst | ||
find_zero.cpp | ||
flow_ebos_2p.cpp | ||
flow_ebos_polymer.cpp | ||
flow_ebos_solvent.cpp | ||
flow_ebos.cpp | ||
flow_legacy.cpp | ||
flow_mpi.cpp | ||
flow_multisegment_mpi.cpp | ||
flow_multisegment.cpp | ||
flow_polymer.cpp | ||
flow_reorder.cpp | ||
flow_sequential.cpp | ||
flow_solvent.cpp | ||
flow.cpp | ||
opm_init_check.cpp | ||
sim_2p_comp_reorder.cpp | ||
sim_2p_incomp_ad.cpp | ||
sim_2p_incomp.cpp | ||
sim_poly2p_comp_reorder.cpp | ||
sim_poly2p_incomp_reorder.cpp | ||
sim_simple.cpp | ||
wells_example.cpp |