Skip to content

Commit

Permalink
Per issue #1858: changed conf_key_obs_qty to conf_key_obs_qty_inc. Ad…
Browse files Browse the repository at this point in the history
…ded conf_key_obs_qty_exc. SL
  • Loading branch information
Seth Linden committed Aug 30, 2021
1 parent 12dc91a commit 4b72fb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion met/src/basic/vx_config/config_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@ static const char conf_key_GRIB_ens[] = "GRIB_ens";
static const char conf_key_message_type[] = "message_type";
static const char conf_key_sid_inc[] = "sid_inc";
static const char conf_key_sid_exc[] = "sid_exc";
static const char conf_key_obs_qty[] = "obs_quality";
static const char conf_key_obs_qty_inc[] = "obs_quality_inc";
static const char conf_key_obs_qty_exc[] = "obs_quality_exc";
static const char conf_key_convert[] = "convert";
static const char conf_key_censor_thresh[] = "censor_thresh";
static const char conf_key_censor_val[] = "censor_val";
Expand Down

0 comments on commit 4b72fb9

Please sign in to comment.