From 1a6f076ad24feaa499697b9082168aa40a9f0316 Mon Sep 17 00:00:00 2001 From: Bas Couwenberg Date: Sun, 9 Oct 2016 13:13:56 +0200 Subject: Use more consistent description for sch projection. --- src/PJ_sch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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}; -- cgit v1.2.3