mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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. |
||
---|---|---|
.. | ||
aquifers | ||
flow | ||
linalg | ||
timestepping | ||
utils | ||
wells | ||
opm-simulators_doxygen_main.hpp |