opm-core/examples
Bård Skaflestad 55263da177 Fix build if ERT is installed in non-default location
The existing description did not properly account for ERT (or, more
appropriately, the "libecl" part of ERT) being installed in a
non-default location (e.g., somewhere below ${HOME}).

As EclipseGridParser.hpp declares various ERT-dependent types and
functions if a build configuration supports ERT (activated by the
`--with-ert' configure option), we need a proper include path to
reference the ERT headers.  The fix is simple--just insert the
$(ERT_CPPFLAGS) into the already existing $(AM_CPPFLAGS).
2012-11-08 13:59:19 +01:00
..
compute_tof_from_files.cpp Add use_multidim_upwind parameter. 2012-10-30 10:32:29 +01:00
compute_tof.cpp Change transport timer use to include construction time. 2012-10-30 10:31:30 +01:00
import_rewrite.cpp Minor fix to import_rewrite when rewrite is run in current directory. 2012-11-06 15:16:01 +01:00
Makefile.am Fix build if ERT is installed in non-default location 2012-11-08 13:59:19 +01:00
refine_wells.cpp Added program refine_wells. 2012-05-24 09:18:37 +02:00
scaneclipsedeck.c Conform to C90 standard (don't mix declaration and code). 2011-12-08 16:40:43 +01:00
sim_2p_comp_reorder.cpp Merge remote-tracking branch 'upstream/master' 2012-09-05 13:35:48 +02:00
sim_2p_incomp_reorder.cpp Fix pressure renormalization conditions. Some formatting fixes. 2012-08-21 14:52:43 +02:00
sim_wateroil.cpp Merge remote-tracking branch 'upstream/master' 2012-09-05 13:35:48 +02:00
spu_2p.cpp Merge branch 'master' into ert 2012-09-05 13:36:19 +02:00
wells_example.cpp Constructors of *FromDeck classes now take an UnstructuredGrid. 2012-08-10 10:12:45 +02:00