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

add a C api for SBMLErrorLog #342

Closed skeating closed 10 months ago

skeating commented 10 months ago

Description

adds a c api for SBMLErrorLog

Motivation and Context

Fixes #329

Types of changes

Checklist:

Testing

skeating commented 10 months ago

okay I changed the static cast and added test for the different types of error. I must admit I'm a little bit confused by the results