mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#3170 observed data import. Add new misc vector items
This commit is contained in:
parent
611cf998ae
commit
37962e040c
@ -32,7 +32,23 @@
|
|||||||
const std::set<std::string> RifEclipseSummaryAddress::KNOWN_MISC_QUANTITIES =
|
const std::set<std::string> RifEclipseSummaryAddress::KNOWN_MISC_QUANTITIES =
|
||||||
{
|
{
|
||||||
"CPU",
|
"CPU",
|
||||||
|
"DATE",
|
||||||
|
"DAY",
|
||||||
|
"ELAPSED",
|
||||||
|
"MLINEARS",
|
||||||
|
"MONTH",
|
||||||
|
"MSUMLINS",
|
||||||
|
"MSUMNEWT",
|
||||||
|
"NEWTON",
|
||||||
|
"STEPTYPE",
|
||||||
|
"TCPU",
|
||||||
|
"TCPUDAY",
|
||||||
|
"TCPUTS",
|
||||||
|
"TELAPLIN",
|
||||||
"TIME",
|
"TIME",
|
||||||
|
"TIMESTEP",
|
||||||
|
"TIMESTRY",
|
||||||
|
"YEAR",
|
||||||
"YEARS"
|
"YEARS"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user