Skip to content

Commit

Permalink
proj_experimental.h: fix wrong comment forPJ_ELLIPSOIDAL_CS_2D_TYPE enum
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Sep 4, 2019
1 parent b52285e commit faf7ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proj_experimental.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ PJ PROJ_DLL *proj_create_cartesian_2D_cs(PJ_CONTEXT *ctx,
double unit_conv_factor);


/** Type of Cartesian 2D coordinate system. */
/** Type of Ellipsoidal 2D coordinate system. */
typedef enum
{
/* Longitude-Latitude */
Expand Down

0 comments on commit faf7ec2

Please sign in to comment.