Skip to content

Commit

Permalink
#1355 Removed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoh-u committed Nov 18, 2020
1 parent 4ac4c6e commit af7f2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion met/src/tools/other/ioda2nc/ioda2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ void open_netcdf() {

void process_ioda_file(int i_pb) {
int npbmsg, npbmsg_total;
int idx, i_msg, i_read, n_file_obs, i_ret, i_date, n_hdr_obs;
int idx, i_msg, i_read, n_file_obs, i_ret, n_hdr_obs;
int rej_typ, rej_sid, rej_vld, rej_grid, rej_poly;
int rej_elv, rej_nobs;
double x, y;
Expand Down

0 comments on commit af7f2b7

Please sign in to comment.