aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gie.c b/src/gie.c
index 5685a6c2..14d0fde3 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -1950,7 +1950,7 @@ static int test_time(const char* args, double tol, double t_in, double t_exp) {
if (P == 0)
return 5;
- in.xyzt.t = t_in;
+ in = proj_coord(0.0, 0.0, 0.0, t_in);
out = proj_trans(P, PJ_FWD, in);
if (fabs(out.xyzt.t - t_exp) > tol) {