Skip to content

Commit

Permalink
Per #1673, set the user-defined beta_value when processing the distan…
Browse files Browse the repository at this point in the history
…ce map scores.
  • Loading branch information
JohnHalleyGotway committed Jul 8, 2021
1 parent caff652 commit f1d85c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion met/src/tools/core/grid_stat/grid_stat.cc
Expand Up @@ -1298,7 +1298,8 @@ void process_scores() {
conf_info.vx_opt[i].baddeley_p,
conf_info.vx_opt[i].baddeley_max_dist,
conf_info.vx_opt[i].fom_alpha,
conf_info.vx_opt[i].zhu_weight);
conf_info.vx_opt[i].zhu_weight,
conf_info.vx_opt[i].beta_value);

// Compute DMAP statistics
dmap_info.set(conf_info.vx_opt[i].fcat_ta[k],
Expand Down

0 comments on commit f1d85c9

Please sign in to comment.