Files
opm-common/opm/parser/eclipse/Deck
Joakim Hove be0558607c Default: Changed defaultApplied bool to enum
We now have an enum which can keep track of three possible states for
the data in a deck item:

  VALID   : A valid value has been set
  DEFAULT : The default value has been applied
  NOT_SET : The value has not been set.

The intention is to throw if/when a DeckItem with status == NOT_SET is
accessed.
2014-09-03 10:37:00 +02:00
..
2013-12-14 10:23:56 +01:00
2013-12-14 10:23:56 +01:00
2014-08-22 19:46:02 +02:00