Skip to content

Commit

Permalink
#1581 Removed duplicated definitions:hdr_arr_len, hdr_typ_arr_len, an…
Browse files Browse the repository at this point in the history
…d obs_arr_len
  • Loading branch information
Howard Soh committed Apr 1, 2021
1 parent 7ba65ec commit aadee82
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions met/src/tools/core/ensemble_stat/ensemble_stat.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,6 @@ static const int n_txt_columns[n_txt] = {
// Maximum number of GRIB records
static const int max_n_rec = 300;

// Point observation header length
static const int hdr_arr_len = 3;

// Point observation header types lengths
static const int hdr_typ_arr_len = 3;

// Point observation values length
static const int obs_arr_len = 5;

////////////////////////////////////////////////////////////////////////
//
// Variables for Command Line Arguments
Expand Down

0 comments on commit aadee82

Please sign in to comment.