diff options
| author | Charles Karney <charles.karney@sri.com> | 2020-10-26 13:58:42 -0400 |
|---|---|---|
| committer | Charles Karney <charles.karney@sri.com> | 2020-10-26 13:58:42 -0400 |
| commit | b3a20c5b9c6efbeb0d6f528aad1d4e6bb4332bfa (patch) | |
| tree | 5bdde1e0bc05c4021dfd63df6579fa8730fe56fa /src/apps | |
| parent | 5d22d137b1be282bdc14c1d12ab8f669f58d41a6 (diff) | |
| download | PROJ-b3a20c5b9c6efbeb0d6f528aad1d4e6bb4332bfa.tar.gz PROJ-b3a20c5b9c6efbeb0d6f528aad1d4e6bb4332bfa.zip | |
Try to fix compiler complaints for max and constexpr sqrt
Diffstat (limited to 'src/apps')
| -rw-r--r-- | src/apps/gie.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apps/gie.cpp b/src/apps/gie.cpp index 8940afde..2fe854fa 100644 --- a/src/apps/gie.cpp +++ b/src/apps/gie.cpp @@ -1124,7 +1124,7 @@ static const struct errno_vs_err_const lookup[] = { {"pjd_err_invalid_x_or_y" , -15}, {"pjd_err_wrong_format_dms_value" , -16}, {"pjd_err_non_conv_inv_meri_dist" , -17}, - {"pjd_err_non_con_inv_phi2" , -18}, + {"pjd_err_non_conv_sinhpsi2tanphi" , -18}, {"pjd_err_acos_asin_arg_too_large" , -19}, {"pjd_err_tolerance_condition" , -20}, {"pjd_err_conic_lat_equal" , -21}, |
