opm-simulators/opm
Markus Blatt 9cb6d53dcb [bugfix] Do not unconditionally dereference std::optional.
In WellGroupHelpers we unconditional referenced the region
member of GPMaint. Unfortunately, that is a std:optional and
doing this can create quite some havoc.

Now we stop processing if it is unset.
2022-11-09 16:49:07 +01:00
..
core/props Added missing include of config.h in cpp files. 2022-10-12 15:28:38 +02:00
simulators [bugfix] Do not unconditionally dereference std::optional. 2022-11-09 16:49:07 +01:00