diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-23 15:16:56 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-23 15:19:58 +0100 |
| commit | d775b0b07bf8b7f3c78ec259238265d15abac224 (patch) | |
| tree | 10fb78f866c1ac36641673df8dc10bc978f47a53 /src | |
| parent | 02849460e7e89a2c8457d6c5fec2cea6b1f17fe1 (diff) | |
| download | PROJ-d775b0b07bf8b7f3c78ec259238265d15abac224.tar.gz PROJ-d775b0b07bf8b7f3c78ec259238265d15abac224.zip | |
Doc: add minimal documentation for sch projection
Diffstat (limited to 'src')
| -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 { |
