Simulator programs and utilities for automatic differentiation.
Go to file
Markus Blatt 7f266458b5 Fix creation of initial value for computing the max (Fixes PR #805).
Bård spotet a bug after PR #805 was merged. Indead returning
-numeric_limits<type>::min() does not make sense for integral
values. This commit resorts to returning numeric_limits<type>::min().

Kudos to Bård for his attention.
2015-05-27 15:03:28 +02:00
examples Make some programs stricter about parameter parsing. 2015-04-14 15:32:19 +02:00
opm/core Fix creation of initial value for computing the max (Fixes PR #805). 2015-05-27 15:03:28 +02:00
tests Test the global reductions for more types. 2015-05-27 14:49:30 +02:00