Skip to content

Commit

Permalink
#1824 Initialize cape_cnt_surface_msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Feb 22, 2022
1 parent 6b78a89 commit 1d58705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/tools/other/pb2nc/pb2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ void process_pbfile(int i_pb) {

// Initialize
prev_hdr_lat = prev_hdr_lon = prev_hdr_elv = bad_data_double;
cape_level = cape_count = cape_cnt_too_big = 0;
cape_level = cape_count = cape_cnt_too_big = cape_cnt_surface_msgs = 0;
cape_cnt_no_levels = cape_cnt_missing_values = cape_cnt_zero_values = 0;
mlcape_count = mlcape_cnt_too_big = 0;
mlcape_cnt_missing_values = mlcape_cnt_zero_values = 0;
Expand Down

0 comments on commit 1d58705

Please sign in to comment.