Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix initializing of traversed variable in distance_along #353

Merged
merged 2 commits into from
Nov 9, 2024

Commits on Nov 8, 2024

  1. Fix a typo in distance_along

    Fixing the initial value of traversed in distance_along. It should be 0f64 instead of 06f64.
    almontasser authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    2be1fea View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from almontasser/fix-a-typo

    Fix a typo in distance_along
    almontasser authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    252ac04 View commit details
    Browse the repository at this point in the history