Please change:
message += "The chemicalFormula '";
to
message += " The chemicalFormula '";
in
|
message += "The chemicalFormula '"; |
See for instance
opencobra/cobrapy#1242 (comment)
Unfortunately, I cannot create a simple pull request because the repository is having submodules and the respective code is not part of the repository if I fork the repository. Could you provide me access to create pull requests for simple typo fixes?
Best Matthias
Please change:
to
in
libsbml/src/sbml/packages/fbc/extension/FbcSpeciesPlugin.cpp
Line 129 in 23dc2fb
See for instance
opencobra/cobrapy#1242 (comment)
Unfortunately, I cannot create a simple pull request because the repository is having submodules and the respective code is not part of the repository if I fork the repository. Could you provide me access to create pull requests for simple typo fixes?
Best Matthias