From 278b21a5a230a250798734e948ec214b979ba88c Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 15 Nov 2024 21:33:43 +0000 Subject: [PATCH] Per #3020, no real changes. Just whitespace --- src/tools/core/grid_stat/grid_stat.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/core/grid_stat/grid_stat.cc b/src/tools/core/grid_stat/grid_stat.cc index 702de39fd4..a1c43f0824 100644 --- a/src/tools/core/grid_stat/grid_stat.cc +++ b/src/tools/core/grid_stat/grid_stat.cc @@ -1279,7 +1279,7 @@ void process_scores() { if(conf_info.vx_opt[i].output_flag[i_seeps] != STATOutputType::None && seeps_agg.n_obs > 0) { - write_seeps_row(shc, &seeps_agg, + write_seeps_row(shc, &seeps_agg, conf_info.output_flag[i_seeps], stat_at, i_stat_row, txt_at[i_seeps], i_txt_row[i_seeps]);