mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3213 Observed data import. Handle custom vector naming. Fix failing unit tests
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user