opm-simulators/opm
Bård Skaflestad 48e1af8bbe Address Static Code Analysis Warnings
In particular, don't print uninitialized memory (Reorder.cpp:left)
and don't capture objects ('prm') that aren't actually used.  While
here, refactor the initialization of the MT19937 random number
generator.  Constructing this object is too expensive to do for each
try, especially when we can just run the generator in place.
2021-07-13 11:37:57 +02:00
..
core/props fixed: do not use Opm:: prefix when inside namespace Opm 2021-05-05 11:59:18 +02:00
simulators Address Static Code Analysis Warnings 2021-07-13 11:37:57 +02:00