Skip to content

Commit

Permalink
#2857 Added two constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Howard Soh committed Jun 18, 2024
1 parent 55d1a6c commit de39f85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/basic/vx_config/config_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,8 @@ static const char conf_key_mask_sid[] = "mask.sid";
static const char conf_key_mask_llpnt[] = "mask.llpnt";
static const char conf_key_lat_thresh[] = "lat_thresh";
static const char conf_key_lon_thresh[] = "lon_thresh";
static const char conf_key_lat_vname[] = "lat_vname";
static const char conf_key_lon_vname[] = "lon_vname";
static const char conf_key_ci_alpha[] = "ci_alpha";
static const char conf_key_time_summary[] = "time_summary";
static const char conf_key_flag[] = "flag";
Expand Down

0 comments on commit de39f85

Please sign in to comment.