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

Refactor nrn_mlh_gsort #2692

Merged
merged 5 commits into from
Jan 29, 2024
Merged

Refactor nrn_mlh_gsort #2692

merged 5 commits into from
Jan 29, 2024

Commits on Jan 24, 2024

  1. Refactor nrn_mlh_gsort

    * use `std::sort` instead of a custom one
    * remove unnecessary macros and inline functions
    * add tests
    * fixes #2681
    JCGoran committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    fe9ef10 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Format

    Nicolas Cornu committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ad9bc90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    316887b View commit details
    Browse the repository at this point in the history
  3. Remove template, add a test

    Nicolas Cornu committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    4a00c66 View commit details
    Browse the repository at this point in the history
  4. fix review

    Nicolas Cornu committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    2a7de92 View commit details
    Browse the repository at this point in the history