Files
opm-simulators/opm/core
Markus Blatt aac4cb7d66 Correctly compute the minimum and maximum values.
As there are no functors for computing the minimum and maximum,
we convert the std::max and std::min function pointers to
functors (which is not really nice.) Previously we were somehow
tricked into using std::greater and std::less, which of course do
return true or false and not what we need. Additionally, do more
excessive testing with different ranges.
2015-01-23 20:48:53 +01:00
..
2015-01-23 09:12:15 +01:00
2015-01-09 09:10:10 +01:00
2015-01-23 09:13:43 +01:00
2014-07-03 16:09:56 +02:00