aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2016-05-04 21:14:47 +0200
committerKristian Evers <kristianevers@gmail.com>2016-05-04 21:14:47 +0200
commitb22f79a58cbd1954f698c23dc06d975762d0c177 (patch)
tree8698b503da62a43a1618a78aa7a5275f340a5941 /src
parente9d8c38ce15f3cc80c4e707aed72d9c51efd4e53 (diff)
downloadPROJ-b22f79a58cbd1954f698c23dc06d975762d0c177.tar.gz
PROJ-b22f79a58cbd1954f698c23dc06d975762d0c177.zip
Removed test data for the spherical test case. Not really possible to test with the current setup.
Diffstat (limited to 'src')
-rw-r--r--src/pj_geocent.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/pj_geocent.c b/src/pj_geocent.c
index 7283a174..fa01b01f 100644
--- a/src/pj_geocent.c
+++ b/src/pj_geocent.c
@@ -98,13 +98,6 @@ int pj_geocent_selftest (void) {
{-222638.98158654713, -111319.49079327357},
};
- XY s_fwd_expect[] = {
- { 223402.14425527418, 111701.07212763709},
- { 223402.14425527418, -111701.07212763709},
- {-223402.14425527418, 111701.07212763709},
- {-223402.14425527418, -111701.07212763709},
- };
-
XY inv_in[] = {
{ 200, 100},
{ 200,-100},
@@ -119,13 +112,6 @@ int pj_geocent_selftest (void) {
{-0.0017966305682390426, -0.00089831528411952132},
};
- LP s_inv_expect[] = {
- { 0.0017904931097838226, 0.00089831528411952132},
- { 0.0017904931097838226, -0.00089831528411952132},
- {-0.0017904931097838226, 0.00089831528411952132},
- {-0.0017904931097838226, -0.00089831528411952132},
- };
-
return pj_generic_selftest (e_args, s_args, tolerance_xy, tolerance_lp, 4, 4, fwd_in, e_fwd_expect, 0, inv_in, e_inv_expect, 0);
}