Skip to content

Commit

Permalink
Per #1764, add orank to the list of outputs created by point_stat.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Aug 17, 2021
1 parent 5ee3d16 commit 719f286
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions met/src/tools/core/point_stat/point_stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ static const char **txt_columns[n_txt] = {
sl1l2_columns, sal1l2_columns, vl1l2_columns,
val1l2_columns, pct_columns, pstd_columns,
pjc_columns, prc_columns, ecnt_columns,
rps_columns, eclv_columns, mpr_columns,
vcnt_columns
orank_columns, rps_columns, eclv_columns,
mpr_columns, vcnt_columns
};

// Length of header columns
Expand All @@ -81,8 +81,8 @@ static const int n_txt_columns[n_txt] = {
n_sl1l2_columns, n_sal1l2_columns, n_vl1l2_columns,
n_val1l2_columns, n_pct_columns, n_pstd_columns,
n_pjc_columns, n_prc_columns, n_ecnt_columns,
n_rps_columns, n_eclv_columns, n_mpr_columns,
n_vcnt_columns
n_orank_columns, n_rps_columns, n_eclv_columns,
n_mpr_columns, n_vcnt_columns
};

// Text file abbreviations
Expand All @@ -92,8 +92,8 @@ static const char *txt_file_abbr[n_txt] = {
"sl1l2", "sal1l2", "vl1l2",
"val1l2", "pct", "pstd",
"pjc", "prc", "ecnt",
"rps", "eclv", "mpr",
"vcnt"
"orank", "rps", "eclv",
"mpr", "vcnt"
};

////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 719f286

Please sign in to comment.