diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-06 15:30:04 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-06 15:32:33 +0200 |
| commit | 60f1efaafb20606a07b242544ec8228a8444a616 (patch) | |
| tree | 481faf670c807479656de10d97fe479c69f578b4 /src/proj_internal.h | |
| parent | 89d9bfd0f90c890cd56847e143f4288d76d514f7 (diff) | |
| download | PROJ-60f1efaafb20606a07b242544ec8228a8444a616.tar.gz PROJ-60f1efaafb20606a07b242544ec8228a8444a616.zip | |
Move inline code for optimize mlfn from tmerc to mlfn.hpp to avoid code duplication
Diffstat (limited to 'src/proj_internal.h')
| -rw-r--r-- | src/proj_internal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h index a7c1ddc8..c4af479f 100644 --- a/src/proj_internal.h +++ b/src/proj_internal.h @@ -823,8 +823,8 @@ void *pj_dealloc_params (projCtx_t *ctx, paralist *start, int errlev); double *pj_enfn(double); -double pj_mlfn(double, double, double, double *); -double pj_inv_mlfn(projCtx_t *, double, double, double *); +double pj_mlfn(double, double, double, const double *); +double pj_inv_mlfn(projCtx_t *, double, double, const double *); double pj_qsfn(double, double, double); double pj_tsfn(double, double, double); double pj_msfn(double, double, double); |
