Simulator programs and utilities for automatic differentiation.
Go to file
Markus Blatt fa279d6b16 Use correct type get the maximum value.
Previously we hardcoded float. Now we use the result_type of
the binary_function without any qualifiers. With any cv or reference
qualifiers std::numeric_limits uses a default implementation which
produces nonesense (e.g. numeric_limits<const int>::max() returns 0).
2015-05-27 11:07:15 +02:00
examples Make some programs stricter about parameter parsing. 2015-04-14 15:32:19 +02:00
opm/core Use correct type get the maximum value. 2015-05-27 11:07:15 +02:00
tests fix tests 2015-04-24 10:49:13 +02:00