diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-01-03 22:12:22 +0100 |
|---|---|---|
| committer | Kristian Evers <kristianevers@gmail.com> | 2019-01-04 14:02:06 +0100 |
| commit | edb068401822c0cb7047019ae7a1dac587778ce3 (patch) | |
| tree | 00897a41abd674fa841492cdf4fda86d4778d399 /test/gie | |
| parent | 78d4126eb54d3f066d7225c160707fc68ae31229 (diff) | |
| download | PROJ-edb068401822c0cb7047019ae7a1dac587778ce3.tar.gz PROJ-edb068401822c0cb7047019ae7a1dac587778ce3.zip | |
Replace PJ_IO_UNITS_WHATEVER with units from neighbour steps
With this commit we make sure that proj_angular_input() and
proj_angular_output return the correct result for any given pipeline.
Diffstat (limited to 'test/gie')
| -rw-r--r-- | test/gie/unitconvert.gie | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gie/unitconvert.gie b/test/gie/unitconvert.gie index 7bbea49d..2a56ba59 100644 --- a/test/gie/unitconvert.gie +++ b/test/gie/unitconvert.gie @@ -28,7 +28,7 @@ expect 0.5 0.5 1 1 operation proj=unitconvert xy_in=deg xy_out=rad tolerance 0.000000000001 accept 1 1 1 1 -expect 0.017453292519943296 0.017453292519943296 1 1 +expect 1 1 1 1 # gie does a rad->deg conversion behind the scenes operation proj=unitconvert xy_in=grad xy_out=deg tolerance 0.000000000001 |
