diff options
Diffstat (limited to 'src/PJ_hgridshift.c')
| -rw-r--r-- | src/PJ_hgridshift.c | 2 |
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; |
