diff options
| author | Ivan Veselov <veselov@gmail.com> | 2018-10-06 22:14:08 +0100 |
|---|---|---|
| committer | Ivan Veselov <veselov@gmail.com> | 2018-10-06 22:56:20 +0100 |
| commit | 31f9b9294fd806b6be726575faa6544bcaaa42f4 (patch) | |
| tree | 489796067dac3cb91eef46b1726c9ec8879e42a7 /src/PJ_gn_sinu.c | |
| parent | cc33c1324b5c815901f056abd8baa49ffb064ccd (diff) | |
| download | PROJ-31f9b9294fd806b6be726575faa6544bcaaa42f4.tar.gz PROJ-31f9b9294fd806b6be726575faa6544bcaaa42f4.zip | |
Make PROJ_HEAD descriptions more uniform
Before that, approximately half of the descriptions had a period at the
end, e.g. 'Cyl.' or 'Sph.' and the other half did not have those periods.
This commit drops all the dots in PROJ_HEAD descriptions.
Diffstat (limited to 'src/PJ_gn_sinu.c')
| -rw-r--r-- | src/PJ_gn_sinu.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PJ_gn_sinu.c b/src/PJ_gn_sinu.c index 21cba308..2ef0f263 100644 --- a/src/PJ_gn_sinu.c +++ b/src/PJ_gn_sinu.c @@ -6,10 +6,10 @@ #include "proj.h" #include "projects.h" -PROJ_HEAD(gn_sinu, "General Sinusoidal Series") "\n\tPCyl, Sph.\n\tm= n="; +PROJ_HEAD(gn_sinu, "General Sinusoidal Series") "\n\tPCyl, Sph\n\tm= n="; PROJ_HEAD(sinu, "Sinusoidal (Sanson-Flamsteed)") "\n\tPCyl, Sph&Ell"; -PROJ_HEAD(eck6, "Eckert VI") "\n\tPCyl, Sph."; -PROJ_HEAD(mbtfps, "McBryde-Thomas Flat-Polar Sinusoidal") "\n\tPCyl, Sph."; +PROJ_HEAD(eck6, "Eckert VI") "\n\tPCyl, Sph"; +PROJ_HEAD(mbtfps, "McBryde-Thomas Flat-Polar Sinusoidal") "\n\tPCyl, Sph"; #define EPS10 1e-10 #define MAX_ITER 8 |
