mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
libecl: Add more special-case MISC vectors
This commit is contained in:
+18
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user