Skip to content

Commit

Permalink
Per #1451, update to write the CLIMO_STDEV header column for the ORAN…
Browse files Browse the repository at this point in the history
…K line type.
  • Loading branch information
JohnHalleyGotway committed Feb 20, 2021
1 parent de6b90f commit f6ff084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met/src/libcode/vx_stat_out/stat_columns.cc
Expand Up @@ -480,6 +480,7 @@ void write_orank_header_row(int hdr_flag, int n_ens, AsciiTable &at,
at.set_entry(r, c+16+n_ens, (string)orank_columns[17]);
at.set_entry(r, c+17+n_ens, (string)orank_columns[18]);
at.set_entry(r, c+18+n_ens, (string)orank_columns[19]);
at.set_entry(r, c+19+n_ens, (string)orank_columns[20]);

return;
}
Expand Down

0 comments on commit f6ff084

Please sign in to comment.