opm-simulators/examples
Andreas Lauser 1c62934034 fix some clang 3.3 warnings
The most severe change probably is the removal of the AutoDiff
debugging helper functions which were useful from within a debugger
but unfortunately had to rely on a presumed linker bug in order not to
be removed in the final binary.

Also, some private attributes were unused. These have been removed and
the constructors of their respective classes have been adapted. Once
their intended functionality is actually implemented, they should be
brought back on an as-needed basis.

Thanks to @bska for the review!
2013-11-14 14:33:38 +01: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
sim_2p_comp_ad.cpp fix some clang 3.3 warnings 2013-11-14 14:33:38 +01:00
sim_2p_incomp_ad.cpp Renamed misleading adfi -> fi. 2013-09-19 14:52:39 +02:00
sim_fibo_ad.cpp fix some clang 3.3 warnings 2013-11-14 14:33:38 +01:00
sim_simple.cpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00
test_impestpfa_ad.cpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00
test_implicit_ad.cpp explicitly include <iostream> 2013-09-05 12:28:16 +02:00