Files
opm-common/opm/parser/eclipse/EclipseState/Schedule
Jørgen Kvalsvik 6a0afc8a80 DynamicState::get returns const reference
dynamicstate.get returns a const reference rather than a by-value copy,
in order to be consistent with other container classes.

This introduces a problem for std::vector<bool> with its specialisation,
so all DynamicState<bool> instances has been replaced by
DynamicState<int> and explicit bool conversions.
2016-10-05 09:57:42 +02:00
..
2016-07-13 23:40:35 +02:00
2016-07-08 15:53:40 +02:00
2015-08-11 16:28:52 +02:00