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

[CORE] Fixed issue with projection onto 2D2 line when input does not lie exactly on the line. #12637

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Aug 20, 2024

  1. Fixed issue with projection onto 2D2 line and added two unit tests to…

    … validate the functionality
    rfaasse committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d049fd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    230a6f6 View commit details
    Browse the repository at this point in the history
  3. Fixed some alignment issues.

    rfaasse committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7de6ae2 View commit details
    Browse the repository at this point in the history
  4. Removed redundant comment

    rfaasse authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    977132d View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    e9d9224 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Explicitly use array_1d<double, 3> instead of auto, to fix unexpected…

    … results using a release build
    rfaasse committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    64ee075 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Reduce recomputation

    loumalouomega authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    ddd6f86 View commit details
    Browse the repository at this point in the history