Skip to content

Commit

Permalink
- use fix branch for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Jul 15, 2022
1 parent 6081d9e commit d15603a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "libsbml_source"]
path = libsbml_source
url = https://github.com/sbmlteam/libsbml.git
branch = development
branch = fbc-v3-fix
[submodule "libsbml_dependencies"]
path = libsbml_dependencies
url = https://github.com/sbmlteam/libSBML-dependencies.git
2 changes: 1 addition & 1 deletion libsbml_source
Submodule libsbml_source updated 42 files
+71 −0 .github/workflows/octave.yml
+4 −0 .github/workflows/store-artefact.yml
+1 −1 CMakeModules/FindLIBXML.cmake
+5 −0 src/bindings/matlab/.gitignore
+8 −1 src/bindings/matlab/CMakeLists.txt
+114 −0 src/bindings/matlab/CommonFunctions.cpp
+24 −0 src/bindings/matlab/CommonFunctions.h
+1 −1 src/bindings/matlab/ConvertFormulaToMathML.m
+285 −0 src/bindings/matlab/Filenames.cpp
+48 −0 src/bindings/matlab/Filenames.h
+484 −0 src/bindings/matlab/InputOutput.cpp
+43 −0 src/bindings/matlab/InputOutput.h
+140 −0 src/bindings/matlab/ModelDetails.cpp
+66 −0 src/bindings/matlab/ModelDetails.h
+43 −3,206 src/bindings/matlab/OutputSBML.cpp
+1,936 −0 src/bindings/matlab/StructureFields.cpp
+170 −0 src/bindings/matlab/StructureFields.h
+18 −3,186 src/bindings/matlab/TranslateSBML.cpp
+83 −0 src/bindings/matlab/Variables.h
+42 −47 src/bindings/matlab/getDefaultValues.m
+5 −10 src/bindings/matlab/getStructureEnum.m
+4 −9 src/bindings/matlab/getStructureFieldnames.m
+1 −5 src/bindings/matlab/getValueType.m
+2 −0 src/bindings/matlab/other.m
+76 −0 src/bindings/matlab/other.xml
+2 −2 src/bindings/matlab/test/runTests.m
+4 −4 src/bindings/matlab/test/testBinding.m
+36 −29 src/bindings/matlab/test/testOutput.m
+4 −8 src/bindings/matlab/test/testReadFromFile9.m
+6 −4 src/bindings/matlab/test/testVersionInformation.m
+160 −32 src/bindings/octave/CMakeLists.txt
+1 −1 src/sbml/SBase.h
+1 −1 src/sbml/math/ASTNode.h
+89 −82 src/sbml/packages/fbc/extension/FbcSBasePlugin.cpp
+1 −1 src/sbml/packages/fbc/extension/FbcSpeciesPlugin.cpp
+7 −3 src/sbml/packages/fbc/extension/test/TestWriteFbcExtension.cpp
+4 −13 src/sbml/packages/fbc/extension/test/test-data/fbc_example2_v3.xml
+24 −30 src/sbml/packages/fbc/sbml/KeyValuePair.cpp
+50 −32 src/sbml/packages/fbc/sbml/ListOfKeyValuePairs.cpp
+24 −0 src/sbml/packages/fbc/sbml/ListOfKeyValuePairs.h
+9 −8 src/sbml/units/UnitFormulaFormatter.cpp
+6 −6 src/sbml/validator/constraints/PowerUnitsCheck.cpp

0 comments on commit d15603a

Please sign in to comment.