diff options
| -rw-r--r-- | src/PJ_sch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_sch.c b/src/PJ_sch.c index 048224ec..98c0d2a1 100644 --- a/src/PJ_sch.c +++ b/src/PJ_sch.c @@ -48,7 +48,7 @@ struct pj_opaque { GeocentricInfo elp_0; }; -PROJ_HEAD(sch, "Spherical Cross-track Height") "\n\tMisc\n\tplat_0 = ,plon_0 = , phdg_0 = ,[h_0 = ]"; +PROJ_HEAD(sch, "Spherical Cross-track Height") "\n\tMisc\n\tplat_0= plon_0= phdg_0= [h_0=]"; static LPZ inverse3d(XYZ xyz, PJ *P) { LPZ lpz = {0.0, 0.0, 0.0}; |
