aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_hgridshift.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-11-07 14:06:05 +0100
committerKristian Evers <kristianevers@gmail.com>2017-11-07 15:53:31 +0100
commitdcd95c505ef188f268671495f7a9950c446d0e72 (patch)
tree1e2b8f51bdc68e1c887ff91149151e272ea169cd /src/PJ_hgridshift.c
parent7d0f1db924210fc69ba0408cb562de47b243d831 (diff)
downloadPROJ-dcd95c505ef188f268671495f7a9950c446d0e72.tar.gz
PROJ-dcd95c505ef188f268671495f7a9950c446d0e72.zip
Formally change the initialization type of the TRANSFORMATIONS and CONVERSIONS that are not PROJECTIONS
Diffstat (limited to 'src/PJ_hgridshift.c')
-rw-r--r--src/PJ_hgridshift.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_hgridshift.c b/src/PJ_hgridshift.c
index 83680a45..26a2f471 100644
--- a/src/PJ_hgridshift.c
+++ b/src/PJ_hgridshift.c
@@ -45,7 +45,7 @@ static PJ_COORD reverse_4d (PJ_COORD obs, PJ *P) {
-PJ *PROJECTION(hgridshift) {
+PJ *TRANSFORMATION(hgridshift,0) {
P->fwd4d = forward_4d;
P->inv4d = reverse_4d;