sbmlteam / libsbml

LibSBML is a native library for reading, writing and manipulating files and data streams containing the Systems Biology Markup Language (SBML). It offers language bindings for C, C++, C#, Java, JavaScript, MATLAB, Perl, PHP, Python, R and Ruby.
https://sbml.org/software/libsbml
Other
39 stars 28 forks source link

Fix namespace conflict on math nodes #317

Closed avandecreme closed 1 year ago

avandecreme commented 1 year ago

Description

This is an attempt to fix #316. I am not super happy with that fix because it effectively makes the sbml namespace reserved but I don't have a better idea.

Motivation and Context

Fix #316

Types of changes

Checklist:

Testing