Files
opm-common/opm/parser/eclipse
Jørgen Kvalsvik 79b1407e23 Default constructed Deck is well-defined
The underlying iterators were default constructed (aka uninitialised)
when a Deck was default constructed, meaning possible invocation of
undefined behaviour.

While the empty Deck typically is only used for testing, this is a
possible bug in production code. This small patch makes sure even
default constructed Decks are well defined.
2016-03-14 16:02:27 +01:00
..
2016-03-08 15:14:21 +01:00
2016-02-03 12:22:41 +01:00
2016-03-14 08:55:02 +01:00