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.

Home Page:https://sbml.org/software/libsbml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing inclusion of a header in StructureFields.cpp, version 5.19.7

pgrt opened this issue · comments

commented

Hello,

In StructureFields.cpp in the matlab bindings, FbsAccosiation cannot be found as its header is not included. The attached patch allows one to compile successfully.

missing_header.txt

Best,
Pierre

added