opm-simulators/opm/simulators
Atgeirr Flø Rasmussen 0fe76f6011 Bugfix: Avoid possible use of out-of-scope temporary.
Since std::clamp returns a reference we must be careful to not capture
the return value by reference, when there is a temporary among the input
parameters.

For the second change (adding the explicit Scalar return type to a lambda)
this is strictly speaking not necessary, as the lambda's return type is not
a reference, but that is obscure so the change is just done as to clarify.
2024-05-28 16:01:48 +02:00
..
aquifers BlackoilAquiferModel: use Scalar type 2024-04-24 15:22:00 +02:00
flow Merge pull request #5377 from akva2/equil_template_scalar 2024-05-23 10:48:04 +02:00
linalg amgclSolverBackend: fix for block_size == 1 2024-05-23 13:41:26 +02:00
timestepping Report CNV Violation Pore-Volume Fraction to INFOITER 2024-05-06 11:31:47 +02:00
utils fixed: build with dune-fem 2.9 2024-05-16 10:58:08 +02:00
wells Bugfix: Avoid possible use of out-of-scope temporary. 2024-05-28 16:01:48 +02:00
opm-simulators_doxygen_main.hpp Remove reference to ebos in doxygen header 2024-02-06 14:01:55 +01:00