diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2019-02-24 14:03:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-24 14:03:44 +0100 |
| commit | 49280e58edc3100359ac184d91fcea98d58fe2f7 (patch) | |
| tree | 9405d74c7a88c66039affba07c5fec156bc873d9 /src/projections/sch.cpp | |
| parent | 140c64713b451db3456287e338e1ce297a52d047 (diff) | |
| parent | 55cbf65df79dfa2616aeb337aafcc95afa73273a (diff) | |
| download | PROJ-49280e58edc3100359ac184d91fcea98d58fe2f7.tar.gz PROJ-49280e58edc3100359ac184d91fcea98d58fe2f7.zip | |
Merge pull request #1285 from rouault/doc_patterson
Doc: add minimal documentation for patterson, compact miller, misrsom, natearth2, sch and times projections
Diffstat (limited to 'src/projections/sch.cpp')
| -rw-r--r-- | src/projections/sch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/sch.cpp b/src/projections/sch.cpp index f4c66688..c6fb6145 100644 --- a/src/projections/sch.cpp +++ b/src/projections/sch.cpp @@ -215,7 +215,7 @@ PJ *PROJECTION(sch) { return pj_default_destructor(P, PJD_ERR_FAILED_TO_FIND_PROJ); } - /* Check if peg latitude is defined */ + /* Check if peg heading is defined */ if (pj_param(P->ctx, P->params, "tphdg_0").i) Q->phdg = pj_param(P->ctx, P->params, "rphdg_0").f; else { |
