Skip to content

Commit

Permalink
Merge pull request #3961 from OSGeo/backport-3960-to-9.3
Browse files Browse the repository at this point in the history
[Backport 9.3] horner: allow arbitrary input type of coordinate
  • Loading branch information
rouault committed Nov 23, 2023
2 parents 9ac24b0 + af74bc1 commit 9276214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transformations/horner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ PJ *PROJECTION(horner) {
P->inv3d = nullptr;
P->fwd = nullptr;
P->inv = nullptr;
P->left = P->right = PJ_IO_UNITS_PROJECTED;
P->left = P->right = PJ_IO_UNITS_WHATEVER;
P->destructor = horner_freeup;

/* Polynomial degree specified? */
Expand Down

0 comments on commit 9276214

Please sign in to comment.