diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | src/PJ_urm5.c | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2013-06-25 Frank Warmerdam <warmerdam@pobox.com> + * src/PJ_urm5.c: Note that there is no inverse, fix spelling of alpha + in the short description (#169). + * src/pj_ell_set.c: Ensure thread context is forwarded. * src/multistresstest.c: add windows support (#199) diff --git a/src/PJ_urm5.c b/src/PJ_urm5.c index 6928bb34..9159df65 100644 --- a/src/PJ_urm5.c +++ b/src/PJ_urm5.c @@ -2,7 +2,7 @@ double m, rmn, q3, n; #define PJ_LIB__ # include <projects.h> -PROJ_HEAD(urm5, "Urmaev V") "\n\tPCyl., Sph.\n\tn= q= alphi="; +PROJ_HEAD(urm5, "Urmaev V") "\n\tPCyl., Sph., no inv.\n\tn= q= alpha="; FORWARD(s_forward); /* spheroid */ double t; |
