Skip to content

Commit

Permalink
#1996 Initialize PT_new
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Dec 29, 2021
1 parent 49fb555 commit 1fcbbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/basic/vx_config/threshold.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ else {
// adjust PT by the requested frequency bias amount
//

double PT_new;
double PT_new = 0.;

if ( fbias_fcst ) {
if ( op == thresh_le || op == thresh_lt ) PT_new = PT * fbias_val;
Expand Down

0 comments on commit 1fcbbef

Please sign in to comment.