Closed almontasser closed 2 weeks ago
This pull request includes a correction to the initialization of a variable in the distance_along function in common/ferrostar/src/algorithms.rs.
distance_along
common/ferrostar/src/algorithms.rs
Code correction:
traversed
06f64
0f64
That iOS CI failure isn't your fault; will be fixed as part of #345. If other checks pass, I'll merge anyways.
This pull request includes a correction to the initialization of a variable in the
distance_along
function incommon/ferrostar/src/algorithms.rs
.Code correction:
common/ferrostar/src/algorithms.rs
: Corrected the initialization value of thetraversed
variable from06f64
to0f64
in thedistance_along
function.