diff options
| author | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-05-18 23:19:49 +0200 |
|---|---|---|
| committer | Thomas Knudsen <lastname DOT firstname AT gmail DOT com> | 2016-05-18 23:19:49 +0200 |
| commit | 1b17a573ffb07e9565e0df296e2a3a21bce8e971 (patch) | |
| tree | 316289d764c2a8a5c90c0e92d543b5f28bf24171 /src/PJ_aea.c | |
| parent | bea2cd5c821ce37d157e5c4f3b2cc9fd059fee2d (diff) | |
| download | PROJ-1b17a573ffb07e9565e0df296e2a3a21bce8e971.tar.gz PROJ-1b17a573ffb07e9565e0df296e2a3a21bce8e971.zip | |
Refactoring and adding self test for the last two projections
etmerc and utm completes the elimination of the ENTRYx style macros.
Diffstat (limited to 'src/PJ_aea.c')
| -rw-r--r-- | src/PJ_aea.c | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/PJ_aea.c b/src/PJ_aea.c index 5f7c6c92..0efef484 100644 --- a/src/PJ_aea.c +++ b/src/PJ_aea.c @@ -331,28 +331,3 @@ int pj_leac_selftest (void) { return pj_generic_selftest (e_args, s_args, tolerance_xy, tolerance_lp, 4, 4, fwd_in, e_fwd_expect, s_fwd_expect, inv_in, e_inv_expect, s_inv_expect); } - - - - - - - - - - - -/*********************************************************************** - SELFTEST STUBS -************************************************************************ - -Selftest stubs temporarily placed here. - -To be removed as real selftest functions are added to the projection -source files - -***********************************************************************/ - -int pj_etmerc_selftest (void) {return 10000;} -int pj_utm_selftest (void) {return 10000;} -#endif |
