aboutsummaryrefslogtreecommitdiff
path: root/src/gie.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2017-12-06 11:38:25 +0100
committerKristian Evers <kristianevers@gmail.com>2017-12-06 11:41:39 +0100
commit3adb9f80135d08ad9e8d90609b034cc1c67a513b (patch)
tree950fa5b9ff465c043cea61cae11b29e4462044fd /src/gie.c
parent86b96ccb8c926f831451c3e6d364319a0d833522 (diff)
downloadPROJ-3adb9f80135d08ad9e8d90609b034cc1c67a513b.tar.gz
PROJ-3adb9f80135d08ad9e8d90609b034cc1c67a513b.zip
Use t_epoch and t_obs instead of epoch and tobs.
Prefixing with t_ is more consistent with the existing parameters in PROJ, such as x_0 and friends. t_epoch and t_obs is already used in PJ_deformation. Now users can expect consistency across time-varying transformations.
Diffstat (limited to 'src/gie.c')
-rw-r--r--src/gie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gie.c b/src/gie.c
index 9e377648..fa7921dd 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -1592,7 +1592,7 @@ static int pj_cart_selftest (void) {
" +rx=-0.00039 +ry=0.00080 +rz=-0.00114"
" +dx=-0.0029 +dy=-0.0002 +dz=-0.0006 +ds=0.00001"
" +drx=-0.00011 +dry=-0.00019 +drz=0.00007"
- " +epoch=1988.0 +transpose"
+ " +t_epoch=1988.0 +transpose"
);
if (0==P) return 0;
if (proj_angular_input (P, PJ_FWD)) return 116;