Skip to content

Commit

Permalink
Per #1746, cleaning up for consistent indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jul 9, 2021
1 parent da0b030 commit c4d6835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/tools/core/wavelet_stat/wavelet_stat.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ void do_intensity_scale(const NumArray &f_na, const NumArray &o_na,
for(j=0; j<n; j++) {
if(apply_fcst_thresh) f_dat[j] = isc_info[i].fthresh.check(f_na[j]);
if(apply_obs_thresh) o_dat[j] = isc_info[i].othresh.check(o_na[j]);
diff[j] = f_dat[j] - o_dat[j];
diff[j] = f_dat[j] - o_dat[j];
} // end for j

// Compute the contingency table for the binary fields
Expand Down

0 comments on commit c4d6835

Please sign in to comment.