opm-simulators/examples
Bård Skaflestad c69b2fd8ed Include <config.h> to fix build on GCC 4.8
GCC 4.8 provides 'nullptr' in C++11 mode.  That capability is
detected at configuration time and stored in <config.h> and we need
it when targeting Dune 2.2.1 to avoid diagnostics of the form

  [...]/dune/common/nullptr.hh:27:1:
  error: expected ‘;’ after class definition
   } nullptr = {};              // and whose name is nullptr
    ^

  [...]/dune/common/nullptr.hh:27:1:
  error: qualifiers can only be specified for objects and functions
  [...]/dune/common/nullptr.hh:27:3:
  error: expected unqualified-id before ‘nullptr’
   } nullptr = {};              // and whose name is nullptr
2014-11-27 15:12:56 +01:00
..
mrst Move MRST example closer to actual example 2013-05-15 10:37:50 +02:00
python Python class TransGraph to load json from opm_init_check 2014-11-26 14:56:45 +01:00
find_zero.cpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
opm_init_check.cpp Include <config.h> to fix build on GCC 4.8 2014-11-27 15:12:56 +01:00
sim_2p_comp_ad.cpp adapt the the table related API changes of opm-parser 2014-09-18 16:49:29 +02:00
sim_2p_incomp_ad.cpp adapt the the table related API changes of opm-parser 2014-09-18 16:49:29 +02:00
sim_fibo_ad_cp.cpp Remove the check if porv is present in the Eclipsestate 2014-10-27 08:11:27 +01:00
sim_fibo_ad.cpp Remove the check if porv is present in the Eclipsestate. 2014-10-27 08:01:20 +01:00
sim_simple.cpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00