Skip to content

Commit

Permalink
Added missing pj_triplet to proj.def
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Knudsen authored and Thomas Knudsen committed Jun 11, 2016
1 parent 861b29c commit 33b3900
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
1 change: 1 addition & 0 deletions src/proj.def
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ EXPORTS
pj_pipeline_angular_output @96
pj_pipeline_angular_input @97
pj_is_pipeline @98
pj_triplet @99
19 changes: 0 additions & 19 deletions src/projects.h
Original file line number Diff line number Diff line change
Expand Up @@ -752,25 +752,6 @@ double pj_strtod( const char *nptr, char **endptr );


#ifdef PJ_LIB__
#if 0
/* Avoid explicit type-punning: Use a union */
typedef union {
XYZ xyz;
LPZ lpz;
OPK opk;
NEh neh;
NEH neH;
NEZ nez;
XY xy;
LP lp;
} COORDINATE; /* or perhaps TRIPLET / PJ_TRIPLET? */



/* For debugging etc. */
int pj_show_coordinate (char *banner, COORDINATE point, int angular);
void pj_log_coordinate (projCtx ctx, int level, const char *banner, COORDINATE point, int angular);
#endif

int pj_set_isomorphic (PJ *P);
int pj_is_isomorphic (PJ *P);
Expand Down

0 comments on commit 33b3900

Please sign in to comment.