From 64a6bf20040a6e6ebc6b50a319227df4880305a4 Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Mon, 13 Jun 2016 23:56:00 +0200 Subject: Adjusted xy tolerances for alsk, gs48 and gs50 a bit --- src/PJ_mod_ster.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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"}; -- cgit v1.2.3