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

Fix curve child listOfElements #412

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Commits on Nov 21, 2024

  1. Fix reading a child listOfElements from a curve.

    In libsbml, the list is called a ListOfCurveElements, but in SBML proper, it's just 'listOfElements'.  It gets written out as the latter, but was required to be the former when read in, which meant that nothing libsbml wrote could be read back in.
    luciansmith committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    4257aba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833e88c View commit details
    Browse the repository at this point in the history