Skip to content

Commit

Permalink
#1581 Removed duplicated definitions:hdr_arr_len and obs_arr_len
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Apr 1, 2021
1 parent aadee82 commit ccac474
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions met/src/tools/core/point_stat/point_stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,6 @@ static const char * program_name = "point_stat";
static const char * default_config_filename =
"MET_BASE/config/PointStatConfig_default";

// Observation header length
static const int hdr_arr_len = 3;

// Observation values length
static const int obs_arr_len = 5;

// Header columns
static const char **txt_columns[n_txt] = {
fho_columns, ctc_columns, cts_columns,
Expand Down

0 comments on commit ccac474

Please sign in to comment.