Skip to content

Commit

Permalink
#1581 Removed duplicated definitions: str_len, hdr_arr_len, and obs_a…
Browse files Browse the repository at this point in the history
…rr_len
  • Loading branch information
Howard Soh committed Apr 1, 2021
1 parent ccac474 commit 2a6a6b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions met/src/tools/other/madis2nc/madis2nc.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ static const char *DEFAULT_CONFIG_FILENAME =
"MET_BASE/config/Madis2NcConfig_default";

static const float fill_value = -9999.f;
static const int strl_len = 16; // Length of "YYYYMMDD_HHMMSS"
static const int hdr_arr_len = 3; // Observation header length
static const int obs_arr_len = 5; // Observation values length

////////////////////////////////////////////////////////////////////////
//
Expand Down

0 comments on commit 2a6a6b1

Please sign in to comment.