diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-11-08 03:30:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-08 03:30:20 +0100 |
| commit | 3ff9899dd4407877ace4daf2794cb759ccdbc235 (patch) | |
| tree | 9f0d4d872b0756d18fc163adc2b1d90275cb802c /src/proj.def | |
| parent | bf673102bc86b241976df0d90f8ca1b40880b500 (diff) | |
| download | PROJ-3ff9899dd4407877ace4daf2794cb759ccdbc235.tar.gz PROJ-3ff9899dd4407877ace4daf2794cb759ccdbc235.zip | |
Improved IO predicates (#648)
* enter proj_angular_input and proj_angular_output, exit proj_angular_left and proj_angular_right
* remove unused variable 'unit'
* In gie: remove unused func 'torad_if_needed', and add static keyword where needed
* In gie: add some comments
Diffstat (limited to 'src/proj.def')
| -rw-r--r-- | src/proj.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proj.def b/src/proj.def index 998a260e..8b1882ee 100644 --- a/src/proj.def +++ b/src/proj.def @@ -144,5 +144,5 @@ EXPORTS proj_list_units @130 proj_list_prime_meridians @131 - proj_angular_left @132 - proj_angular_right @133 + proj_angular_input @132 + proj_angular_output @133 |
