diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2017-07-10 13:35:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-10 13:35:40 +0200 |
| commit | 36cf55dbaaf26ee9114dc5868993c2f208f5d6fd (patch) | |
| tree | 2b229db4bbba06f8037fb672b8db0936c6327851 /src/projects.h | |
| parent | e09e24eddbd49cd802ac1334f229f1698ea0b755 (diff) | |
| download | PROJ-36cf55dbaaf26ee9114dc5868993c2f208f5d6fd.tar.gz PROJ-36cf55dbaaf26ee9114dc5868993c2f208f5d6fd.zip | |
Introducing the Molodensky transform (#541)
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/projects.h b/src/projects.h index 1c99506f..a2dc10b9 100644 --- a/src/projects.h +++ b/src/projects.h @@ -523,6 +523,7 @@ struct FACTORS { #define PJD_WGS84 4 /* WGS84 (or anything considered equivalent) */ /* library errors */ +#define PJD_ERR_NO_ARGS -1 #define PJD_ERR_INVALID_M_OR_N -39 #define PJD_ERR_GEOCENTRIC -45 #define PJD_ERR_AXIS -47 @@ -530,6 +531,7 @@ struct FACTORS { #define PJD_ERR_CATALOG -49 #define PJD_ERR_INVALID_SCALE -52 #define PJD_ERR_NON_CONVERGENT -53 +#define PJD_ERR_MISSING_ARGS -54 struct projFileAPI_t; |
