#3213 Observed data import. Handle custom vector naming. Fix failing unit tests

This commit is contained in:
Bjørn Erik Jensen
2018-08-30 13:30:54 +02:00
parent 2e8bf5aafe
commit 37961717e3
5 changed files with 73 additions and 35 deletions

View File

@@ -299,6 +299,7 @@ RifEclipseSummaryAddress::SummaryVarCategory RifEclipseSummaryAddress::identifyC
if (firstTwoLetters == "LC") return SUMMARY_WELL_COMPLETION_LGR;
if (firstTwoLetters == "LW") return SUMMARY_WELL_LGR;
if (quantityName[0] == 'N') return SUMMARY_NETWORK;
return SUMMARY_INVALID;
}