aboutsummaryrefslogtreecommitdiff
path: root/src/PJ_fouc_s.c
diff options
context:
space:
mode:
authorIvan Veselov <veselov@gmail.com>2018-10-06 22:14:08 +0100
committerIvan Veselov <veselov@gmail.com>2018-10-06 22:56:20 +0100
commit31f9b9294fd806b6be726575faa6544bcaaa42f4 (patch)
tree489796067dac3cb91eef46b1726c9ec8879e42a7 /src/PJ_fouc_s.c
parentcc33c1324b5c815901f056abd8baa49ffb064ccd (diff)
downloadPROJ-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_fouc_s.c')
-rw-r--r--src/PJ_fouc_s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PJ_fouc_s.c b/src/PJ_fouc_s.c
index 10bd1765..6efe34bd 100644
--- a/src/PJ_fouc_s.c
+++ b/src/PJ_fouc_s.c
@@ -6,7 +6,7 @@
#include "proj.h"
#include "projects.h"
-PROJ_HEAD(fouc_s, "Foucaut Sinusoidal") "\n\tPCyl., Sph.";
+PROJ_HEAD(fouc_s, "Foucaut Sinusoidal") "\n\tPCyl, Sph";
#define MAX_ITER 10
#define LOOP_TOL 1e-7