aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/projects.h')
-rw-r--r--src/projects.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/projects.h b/src/projects.h
index 1d4fff50..32b74b08 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -257,9 +257,6 @@ struct PJconsts {
PJ_COORD (*fwd4d)(PJ_COORD, PJ *);
PJ_COORD (*inv4d)(PJ_COORD, PJ *);
-
- void (*spc)(LP, PJ *, struct FACTORS *);
-
void *(*destructor)(PJ *, int);
@@ -460,14 +457,17 @@ struct FACTORS {
double conv; /* convergence */
double s; /* areal scale factor */
double a, b; /* max-min scale error */
- int code; /* info as to analytics, see following */
+ int code; /* always 0 */
+};
+
+enum deprecated_constants_for_now_dropped_analytical_factors {
+ IS_ANAL_XL_YL = 01, /* derivatives of lon analytic */
+ IS_ANAL_XP_YP = 02, /* derivatives of lat analytic */
+ IS_ANAL_HK = 04, /* h and k analytic */
+ IS_ANAL_CONV = 010 /* convergence analytic */
};
-#define IS_ANAL_XL_YL 01 /* derivatives of lon analytic */
-#define IS_ANAL_XP_YP 02 /* derivatives of lat analytic */
-#define IS_ANAL_HK 04 /* h and k analytic */
-#define IS_ANAL_CONV 010 /* convergence analytic */
/* datum_type values */
#define PJD_UNKNOWN 0