Skip to content

Commit

Permalink
removed a c++ comment when the behavior was resolved through testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Albo committed Aug 3, 2022
1 parent 1be2ebf commit 0b1b673
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/other/mode_time_domain/mtd_txt_output.cc
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ for (j=0; j<(fcst_cluster_att.n()); ++j) {

table.set_entry(r, fcst_lead_column, sec_to_hhmmss(fcst_cluster_att.lead_time(j)));

// not sure here
table.set_entry(r, fcst_valid_column, unix_to_yyyymmdd_hhmmss(fcst_cluster_att.valid_time(j)));

//table.set_entry(r, obs_valid_column, unix_to_yyyymmdd_hhmmss(obs_raw.valid_time(t)));
Expand All @@ -553,7 +552,6 @@ for (j=0; j<(obs_cluster_att.n()); ++j) {

table.set_entry(r, fcst_lead_column, sec_to_hhmmss(fcst_raw.lead_time(t)));

// not sure here
table.set_entry(r, obs_valid_column, unix_to_yyyymmdd_hhmmss(obs_cluster_att.valid_time(j)));

table.set_entry(r, obs_lead_column, sec_to_hhmmss(obs_cluster_att.lead_time(j)));
Expand Down

0 comments on commit 0b1b673

Please sign in to comment.