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

use . to access convertStringToXMLNode #272

Closed fbergmann closed 2 years ago

fbergmann commented 2 years ago

fixes #271

Description

even before using the newer swig it is possible to use . to access the function, so it is fine to just use that.

Motivation and Context

fixes #271

Types of changes

Checklist:

Testing