diff options
| author | Thomas Knudsen <busstoptaktik@users.noreply.github.com> | 2017-11-05 16:48:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-05 16:48:49 +0100 |
| commit | 98078be18bcb0d515362ecc8f122eeca0c3a4b26 (patch) | |
| tree | 129081e0ba7d10a005cee5d4b7cfec064c93b75e /src/projects.h | |
| parent | 27960224ba6759ef4bbeebf039d49c84f4b20b66 (diff) | |
| download | PROJ-98078be18bcb0d515362ecc8f122eeca0c3a4b26.tar.gz PROJ-98078be18bcb0d515362ecc8f122eeca0c3a4b26.zip | |
Pipeline cleanup (WIP) (#637)
* Remove a number of debugging calls and memory management from the inner loop of the pipeline drivers
* An attempt at handling inverted steps in a more straightforward way
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h index 6ea0c914..a7763dd1 100644 --- a/src/projects.h +++ b/src/projects.h @@ -231,6 +231,7 @@ struct PJconsts { paralist *params; /* Parameter list */ struct geod_geodesic *geod; /* For geodesic computations */ struct pj_opaque *opaque; /* Projection specific parameters, Defined in PJ_*.c */ + int inverted; /* Tell high level API functions to swap inv/fwd */ /************************************************************************************* |
