aboutsummaryrefslogtreecommitdiff
path: root/src/strerrno.cpp
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/strerrno.cpp
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/strerrno.cpp')
-rw-r--r--src/strerrno.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strerrno.cpp b/src/strerrno.cpp
index 13e9c757..01097a42 100644
--- a/src/strerrno.cpp
+++ b/src/strerrno.cpp
@@ -68,6 +68,7 @@ pj_err_list[] = {
"only one +init allowed for non-pipeline operations", /* -57 */
"argument not numerical or out of range", /* -58 */
"inconsistent unit type between input and output", /* -59 */
+ "arguments are mutually exclusive", /* -60 */
/* When adding error messages, remember to update ID defines in
projects.h, and transient_error array in pj_transform */