Skip to content

Commit

Permalink
Add more special-case MISC vectors
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Feb 6, 2024
1 parent 2df4dab commit c62737a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/resdata/smspec_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,11 @@
*/

static const char *special_vars[] = {
"NEWTON", "NAIMFRAC", "NLINEARS", "NLINSMIN", "NLINSMAX", "ELAPSED",
"MAXDPR", "MAXDSO", "MAXDSG", "MAXDSW", "STEPTYPE", "WNEWTON"};
"NAIMFRAC", "NBAKFL", "NBYTOT", "NCPRLINS", "NEWTFL", "NEWTON",
"NLINEARP", "NLINEARS", "NLINSMAX", "NLINSMIN", "NLRESMAX", "NLRESSUM",
"NMESSAGE", "NNUMFL", "NNUMST", "NTS", "NTSECL", "NTSMCL",
"NTSPCL", "ELAPSED", "MAXDPR", "MAXDSO", "MAXDSG", "MAXDSW",
"STEPTYPE", "WNEWTON"};

static const int nums_unused = 0;

Expand Down

0 comments on commit c62737a

Please sign in to comment.