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

improve thread safety of UnitFormulaFormatter, PowerUnitsCheck #233

Commits on May 30, 2022

  1. improve thread safety of UnitFormulaFormatter, PowerUnitsCheck

    - use a local map to store component values instead of using the static map in SBMLTransforms
    - now safe to call these functions from multiple threads (see sbmlteam#232)
    lkeegan committed May 30, 2022
    Configuration menu
    Copy the full SHA
    7394a36 View commit details
    Browse the repository at this point in the history