mirror of
https://github.com/OPM/ResInsight.git
synced 2025-01-01 03:37:15 -06:00
libecl: Add more special-case MISC vectors
This commit is contained in:
parent
e7f27abae7
commit
29e1a72d76
21
ThirdParty/Ert/lib/ecl/smspec_node.cpp
vendored
21
ThirdParty/Ert/lib/ecl/smspec_node.cpp
vendored
@ -57,11 +57,26 @@
|
||||
ecl_smspec_identify_special_var() and ecl_smspec_identify_var_type().
|
||||
*/
|
||||
|
||||
static const char* special_vars[] = {"NEWTON",
|
||||
"NAIMFRAC",
|
||||
static const char* special_vars[] = {"NAIMFRAC",
|
||||
"NBAKFL",
|
||||
"NBYTOT",
|
||||
"NCPRLINS",
|
||||
"NEWTFL",
|
||||
"NEWTON",
|
||||
"NLINEARP",
|
||||
"NLINEARS",
|
||||
"NLINEARS",
|
||||
"NLINSMIN",
|
||||
"NLINSMAX",
|
||||
"NLINSMIN",
|
||||
"NLRESMAX",
|
||||
"NLRESSUM",
|
||||
"NMESSAGE",
|
||||
"NNUMFL",
|
||||
"NNUMST",
|
||||
"NTS",
|
||||
"NTSECL",
|
||||
"NTSMCL",
|
||||
"NTSPCL",
|
||||
"ELAPSED",
|
||||
"MAXDPR",
|
||||
"MAXDSO",
|
||||
|
Loading…
Reference in New Issue
Block a user