Files
opm-common/opm/io/eclipse
Bård Skaflestad 4b2a37a39e Split Combined Vector ID Calculation Out to Helpers
This commit introduces new helper functions

    int EclIO::combineSummaryNumbers(int, int)
    tuple<int, int> EclIO::splitSummaryNumber(int)

that know about the relation

    combined = n1 + 32768*(n2 + 10)

This relation is typically used to combine one-based region IDs for
inter-region flows into a single 'NUMS' entry in the summary file.
2022-01-20 09:47:18 +01:00
..
2020-11-10 22:02:38 +01:00
2020-11-10 22:02:38 +01:00
2021-11-01 12:36:42 +01:00
2021-12-04 09:59:58 +01:00
2021-12-04 09:59:58 +01:00
2021-03-03 15:13:34 +01:00