Skip to content

Commit

Permalink
#1996 ci-run-test Initialize the variable, nxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Feb 25, 2022
1 parent c5a80d5 commit 40569ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions met/src/tools/other/gen_ens_prod/gen_ens_prod.cc
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ void get_ens_mean_stdev(GenEnsProdVarInfo *ens_info,
<< "Computing the ensemble mean and standard deviation for "
<< ens_info->raw_magic_str << ".\n";

nxy = 0;
// Loop over the ensemble inputs
for(i_ens=0; i_ens < ens_info->inputs_n(); i_ens++) {

Expand Down

0 comments on commit 40569ff

Please sign in to comment.