aboutsummaryrefslogtreecommitdiff
path: root/src/proj_internal.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-02-14 19:22:18 +0100
committerGitHub <noreply@github.com>2019-02-14 19:22:18 +0100
commita813ad65cfb819bfa295dfbacdf577b258377c93 (patch)
treec7855676df4213a6b5a39e1ab6c0f09b2ec2527a /src/proj_internal.h
parent63c7ba2e229bfd94389d17bdedc002489232027f (diff)
parent12689e3d858d66e5e00e8d99f9326ef91cc0a384 (diff)
downloadPROJ-a813ad65cfb819bfa295dfbacdf577b258377c93.tar.gz
PROJ-a813ad65cfb819bfa295dfbacdf577b258377c93.zip
Merge pull request #1264 from kbevers/remove-t_obs
Clean up time handling in helmert and deformation
Diffstat (limited to 'src/proj_internal.h')
-rw-r--r--src/proj_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj_internal.h b/src/proj_internal.h
index 1f86f93e..14b69492 100644
--- a/src/proj_internal.h
+++ b/src/proj_internal.h
@@ -678,6 +678,7 @@ struct FACTORS {
#define PJD_ERR_TOO_MANY_INITS -57
#define PJD_ERR_INVALID_ARG -58
#define PJD_ERR_INCONSISTENT_UNIT -59
+#define PJD_ERR_MUTUALLY_EXCLUSIVE_ARGS -60
/* NOTE: Remember to update src/strerrno.cpp, src/apps/gie.cpp and transient_error in */
/* src/transform.cpp when adding new value */