Skip to content

Commit

Permalink
Per #2924, update get_n_orank_columns() logic
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jul 5, 2024
1 parent 83b96a9 commit 9273f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/basic/vx_util/stat_column_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ inline int get_n_eclv_columns (int n) { return(4 + 2*n); } //
inline int get_n_rhist_columns (int n) { return(2 + n); } // n = N_RANK
inline int get_n_phist_columns (int n) { return(3 + n); } // n = N_BINS
inline int get_n_relp_columns (int n) { return(2 + n); } // n = N_ENS
inline int get_n_orank_columns (int n) { return(20 + n); } // n = N_ENS
inline int get_n_orank_columns (int n) { return(22 + n); } // n = N_ENS

////////////////////////////////////////////////////////////////////////

Expand Down

0 comments on commit 9273f3f

Please sign in to comment.