Skip to content

Commit

Permalink
Bugfix #2102 main_v10.1 initialize modified_hdr_typ (#2108)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway authored Mar 28, 2022
1 parent 3e43b63 commit b46fa04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/dummy_for_action

This file was deleted.

4 changes: 2 additions & 2 deletions met/src/tools/other/ioda2nc/ioda2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ void process_ioda_file(int i_pb) {
bool apply_poly_mask = (conf_info.poly_mask.n_points() > 0);

hdr_typ[0] = 0;

file_ut = beg_ut = end_ut = hdr_vld_ut = (unixtime) 0;

// List the IODA file being processed
Expand All @@ -403,11 +403,11 @@ void process_ioda_file(int i_pb) {
min_msg_ut = max_msg_ut = (unixtime) 0;
min_time_str[0] = 0;
max_time_str[0] = 0;
modified_hdr_typ[0] = 0;

// Set the file name for the IODA file
file_name << ioda_files[i_pb];


int nrecs = 0;
//int nstring = 0;
StringArray var_names, dim_names;
Expand Down

0 comments on commit b46fa04

Please sign in to comment.