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

[Interpolation] Add BaseBeamInterpolation class to gather all methods linked to interpolation #147

Merged
merged 12 commits into from
May 27, 2024

Commits on May 6, 2024

  1. [src] Add new class BaseBeamInterpolation to move all code related to…

    … pure interpolation from BeamInterpolation to this class.
    epernod committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f15fef7 View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    epernod committed May 6, 2024
    Configuration menu
    Copy the full SHA
    cdb5daa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f13c7f9 View commit details
    Browse the repository at this point in the history
  4. [src] Update mapping and FF to use either the Base classe or directly…

    … the WireBeamInterpolation for the adaptive case
    epernod committed May 6, 2024
    Configuration menu
    Copy the full SHA
    17ee4e1 View commit details
    Browse the repository at this point in the history
  5. [BeamInterpolation] Set all virtual method to pure virtual to not for…

    …got to override necessary methods
    epernod committed May 6, 2024
    Configuration menu
    Copy the full SHA
    104a248 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45e7c45 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7cae40f View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. [src] Fix compilation

    epernod committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b3c8703 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. [src] Fix compilation

    epernod committed May 13, 2024
    Configuration menu
    Copy the full SHA
    dc206ed View commit details
    Browse the repository at this point in the history
  2. Fix compilation

    epernod committed May 13, 2024
    Configuration menu
    Copy the full SHA
    93f790d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d50672 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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