aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2016-06-13 23:56:00 +0200
committerKristian Evers <kristianevers@gmail.com>2016-06-13 23:56:00 +0200
commit64a6bf20040a6e6ebc6b50a319227df4880305a4 (patch)
treed4bdaae7dd636649188c8874d0fa399d103cdc07
parent60bb5f390431e5f8342264c73a44bc7b62946a26 (diff)
downloadPROJ-64a6bf20040a6e6ebc6b50a319227df4880305a4.tar.gz
PROJ-64a6bf20040a6e6ebc6b50a319227df4880305a4.zip
Adjusted xy tolerances for alsk, gs48 and gs50 a bit
-rw-r--r--src/PJ_mod_ster.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PJ_mod_ster.c b/src/PJ_mod_ster.c
index 4bb5d296..f4f3d9d1 100644
--- a/src/PJ_mod_ster.c
+++ b/src/PJ_mod_ster.c
@@ -381,7 +381,7 @@ int pj_gs48_selftest (void) {return 0;}
int pj_gs48_selftest (void) {
double tolerance_lp = 1e-12;
- double tolerance_xy = 1e-12;
+ double tolerance_xy = 1e-8;
char s_args[] = {"+proj=gs48 +a=6370997"};
@@ -428,7 +428,7 @@ int pj_alsk_selftest (void) {
/* The standard test points are way outside the definition area bounds, hence we relax tolerances */
double tolerance_lp = 1e-12;
- double tolerance_xy = 1e-12;
+ double tolerance_xy = 1e-8;
char e_args[] = {"+proj=alsk +ellps=clrk66"};
char s_args[] = {"+proj=alsk +a=6370997"};