Files
opm-common/opm/parser/eclipse/EclipseState/SummaryConfig
Jørgen Kvalsvik 27eeb9f85e Refactor SummaryConfig internals
The internal helper functions have been redesign. The initial ambition
was to create small, composable functions by-value functions and have
the high-level algorithm, which is essentially (concat . map handler
[kwlist]). However, MSVC breaking and therefore poor development speed
of utility libraries mandates adjusting the approach a bit.

The major change here is the "return value" of the helper functions
being passed by-reference to all helpers, which will append the elements
they generate onto the collection.
2016-07-04 16:47:04 +02:00
..
2016-07-04 12:02:43 +02:00
2016-07-04 12:02:43 +02:00