Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
3596840e
Commit
3596840e
authored
Apr 08, 2018
by
LEFEBVREJP email
Browse files
Adding radix_tagged_line to diagnose mingw job in gitlab-ci.
parent
81faec77
Pipeline
#12892
failed with stages
in 6 minutes and 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixgeo/coordinateconversion.cc
View file @
3596840e
...
...
@@ -210,6 +210,7 @@ void CoordinateConversion::validate(const std::pair<double, double>& point)
void
CoordinateConversion
::
validate
(
double
latitude
,
double
longitude
)
{
radix_tagged_line
(
"Validating ("
<<
latitude
<<
","
<<
longitude
<<
")"
);
if
(
latitude
<
-
90.0
||
latitude
>
90.0
||
longitude
<
-
180.0
||
longitude
>=
180.0
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment