aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_vgridshift.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_vgridshift.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_vgridshift.c')
-rw-r--r--src/PJ_vgridshift.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_vgridshift.c b/src/PJ_vgridshift.c
index 9db0b332..e3f3cbd3 100644
--- a/src/PJ_vgridshift.c
+++ b/src/PJ_vgridshift.c
@@ -46,7 +46,7 @@ static PJ_COORD reverse_4d(PJ_COORD obs, PJ *P) {
}
-PJ *PROJECTION(vgridshift) {
+PJ *TRANSFORMATION(vgridshift,0) {
if (!pj_param(P->ctx, P->params, "tgrids").i) {
proj_log_error(P, "vgridshift: +grids parameter missing.");