diff options
| author | Charles Karney <charles.karney@sri.com> | 2020-10-26 19:03:26 -0400 |
|---|---|---|
| committer | Charles Karney <charles.karney@sri.com> | 2020-10-26 19:03:26 -0400 |
| commit | 6bd7c777f8e789f8ea34a6aa68104ab44a31beee (patch) | |
| tree | 5b71841c6d881096d212ceb3fe9eaa070e617af7 /src/phi2.cpp | |
| parent | 75a8436b2491dbc1eebb196ea42b961fd011a52e (diff) | |
| download | PROJ-6bd7c777f8e789f8ea34a6aa68104ab44a31beee.tar.gz PROJ-6bd7c777f8e789f8ea34a6aa68104ab44a31beee.zip | |
Fix/add some comments.
Diffstat (limited to 'src/phi2.cpp')
| -rw-r--r-- | src/phi2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/phi2.cpp b/src/phi2.cpp index 7bbb5679..b9b37765 100644 --- a/src/phi2.cpp +++ b/src/phi2.cpp @@ -127,7 +127,7 @@ double pj_phi2(projCtx ctx, const double ts0, const double e) { * OLD: This routine inverts this relation using the iterative scheme given * by Snyder (1987), Eqs. (7-9) - (7-11). * - * NEW: This routine writes converts t = exp(-psi) to + * NEW: This routine converts t = exp(-psi) to * * tau' = sinh(psi) = (1/t - t)/2 * |
