From dcd95c505ef188f268671495f7a9950c446d0e72 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Tue, 7 Nov 2017 14:06:05 +0100 Subject: Formally change the initialization type of the TRANSFORMATIONS and CONVERSIONS that are not PROJECTIONS --- src/PJ_vgridshift.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PJ_vgridshift.c') 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."); -- cgit v1.2.3