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

use the safer Object_createChild SBML methods. #225

Merged
merged 2 commits into from
Jul 25, 2022
Merged

Commits on Jul 18, 2022

  1. use the safer Object_createChild SBML methods.

    This depends on sbmlteam/libsbml#252 to be merged,
    because some of the functions were actually not exposed to the C API.
    
    Creating the members from the parent objects seems safer because all XML
    metadata and versioning info gets automatically propagated. Also the code is a
    bit shorter.
    exaexa committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    9577bc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

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