opm-simulators/opm/core/simulator
Roland Kaufmann 1341903bb7 Don't warn about functions not emitted
If a function is used by a template but this template is not
instantiated, the function will still be defined in the header
of a module but it won't be callable because it is in an anonymous
namespace and thus we get a warning.

This only happens in Clang; GCC consider functions referenced from
templates as used.

fixup! Don't warn about functions not emitted
2013-09-19 13:09:44 +02:00
..
BlackoilState.hpp convert users of the ASSERT and the ASSERT2 macros to standard assert() 2013-09-05 13:04:37 +02:00
initState_impl.hpp Don't warn about functions not emitted 2013-09-19 13:09:44 +02:00
initState.hpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
SimulatorReport.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
SimulatorReport.hpp Added writing of timings in param format 2012-08-21 09:57:36 +02:00
TwophaseState.hpp Adapt include statements to moved headers. 2013-03-14 10:29:42 +01:00
WellState.hpp Ensures well rate initialization actually happens. 2013-06-02 23:30:43 +02:00