From 02db6ae0a251e5b6704500ef6f7f36d9b03f560d Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Fri, 15 Nov 2024 21:33:04 +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 702de39fd..a1c43f082 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]);