aboutsummaryrefslogtreecommitdiff
path: root/src/gie.c
diff options
context:
space:
mode:
authorThomas Knudsen <busstoptaktik@users.noreply.github.com>2017-10-27 22:50:40 +0200
committerGitHub <noreply@github.com>2017-10-27 22:50:40 +0200
commit5646ff12f32adf78e2bc187e6557ce64e4e04b39 (patch)
tree508d648e1ed084a8d3aa20de7d99ec78bd9fe363 /src/gie.c
parent9649cc099728162c4c8862b7d5a69d0dfee92c1d (diff)
downloadPROJ-5646ff12f32adf78e2bc187e6557ce64e4e04b39.tar.gz
PROJ-5646ff12f32adf78e2bc187e6557ce64e4e04b39.zip
Linguistics: Clarify this and that, here and there (#632)
* Linguistics: Clarify this and that, here and there * Revert nullification of PJ_cart->fwd, inv
Diffstat (limited to 'src/gie.c')
-rw-r--r--src/gie.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/gie.c b/src/gie.c
index f0850b61..269a7239 100644
--- a/src/gie.c
+++ b/src/gie.c
@@ -52,11 +52,12 @@ but all of them *just special functions*, and not particularly more
special than the sin(), cos(), tan(), and hypot() already available in
the C standard library.
-And hence, *they should not be particularly much harder to use*, for a
-programmer, than the sin()s, tan()s and hypot()s so readily available.
+And hence, according to Gerald, *they should not be particularly much
+harder to use*, for a programmer, than the sin()s, tan()s and hypot()s
+so readily available.
Gerald's ingenuity also showed in the implementation of the vision,
-where he devised a highly comprehensible, yet simple, system of key-value
+where he devised a comprehensive, yet simple, system of key-value
pairs for parameterising a map projection, and the highly flexible
PJ struct, storing run-time compiled versions of those key-value pairs,
hence making a map projection function call, pj_fwd(PJ, point), as easy
@@ -332,7 +333,7 @@ char *column (char *buf, int n) {
}
-
+/* interpret <args> as a numeric followed by a linear decadal prefix - return the properly scaled numeric */
static double strtod_scaled (char *args, double default_scale) {
double s;
char *endp = args;