Skip to content

Commit

Permalink
Move to_2D func to same block as to_3D
Browse files Browse the repository at this point in the history
  • Loading branch information
rhugonnet committed Apr 8, 2023
1 parent b838f1b commit 895d518
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproj/_crs.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ cdef extern from "proj_experimental.h":
const char* crs_3D_name,
const PJ* crs_2D)

cdef extern from "proj_experimental.h":
PJ *proj_crs_demote_to_2D(PJ_CONTEXT *ctx,
const char *crs_2D_name,
const PJ *crs_3D)
Expand Down

0 comments on commit 895d518

Please sign in to comment.