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
38 stars 28 forks source link

- return integral value rather than ptr-type #349

Closed fbergmann closed 9 months ago

fbergmann commented 9 months ago

Description

a getNum function returned NULL rather than a value in case of an invalid object.

Motivation and Context

fixes #348

This gets rid of a warning only.

Types of changes

Checklist:

Testing