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

Simplify if statement with container #3047

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

Commits on Aug 14, 2024

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

Commits on Aug 15, 2024

  1. Use vector instead of unordered_map

    - fix a bug: `cvode_v` should have been `cvode_t_v`
    - use an internal `enum class` to avoid the above happening again
    JCGoran committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ab86a18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f91500 View commit details
    Browse the repository at this point in the history
  3. Use a global unordered_map

    JCGoran committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    53fb177 View commit details
    Browse the repository at this point in the history