Skip to content

Commit

Permalink
Adjusted xy tolerances for alsk, gs48 and gs50 a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
kbevers committed Jun 13, 2016
1 parent 60bb5f3 commit 64a6bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/PJ_mod_ster.c
Original file line number Diff line number Diff line change
Expand Up @@ -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"};

Expand Down Expand Up @@ -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"};
Expand Down

0 comments on commit 64a6bf2

Please sign in to comment.