opm-simulators/opm/core/props
Markus Blatt 9cabbede2c [cleanup] Fix that phaseUsage might be used uninitialzed in test.
We need to make sure that all pods are initialzed when using
the default constructor. Fixes
```
RateConverter.hpp:83:50: warning: ‘phaseUsage’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   83 |                 , attr_      (rmap_, Attributes())
      |                                                  ^
```
2023-03-10 14:06:46 +01:00
..
satfunc GSF WSF diagnostics 2023-02-24 09:41:25 +01:00
BlackoilPhases.cpp Added missing include of config.h in cpp files. 2022-10-12 15:28:38 +02:00
BlackoilPhases.hpp [cleanup] Fix that phaseUsage might be used uninitialzed in test. 2023-03-10 14:06:46 +01:00
phaseUsageFromDeck.cpp Added missing include of config.h in cpp files. 2022-10-12 15:28:38 +02:00
phaseUsageFromDeck.hpp fixed: do not use Opm:: prefix when inside namespace Opm 2021-05-05 11:59:18 +02:00