Skip to content

Commit

Permalink
Per #1954, define new semilatlon projection type string.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Aug 31, 2022
1 parent 4b22445 commit 803d01b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/basic/vx_util/util_constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static const char mercator_proj_type [] = "Mercator";
static const char lambert_proj_type [] = "Lambert Conformal";
static const char stereographic_proj_type [] = "Polar Stereographic";
static const char gaussian_proj_type [] = "Gaussian";
static const char semilatlon_proj_type [] = "SemiLatLon";

// String containing all valid PrepBufr message types
static const char vld_msg_typ_str[] =
Expand Down

0 comments on commit 803d01b

Please sign in to comment.