summaryrefslogtreecommitdiff
path: root/libsbml-rhbz_2128592.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-07-06 11:49:07 +0000
committerCoprDistGit <infra@openeuler.org>2023-07-06 11:49:07 +0000
commit0538bc565cd2364ac931146dc74197f84b4dc354 (patch)
tree5c83654ae70fe7ddd562bf5721442fa62dd79eb2 /libsbml-rhbz_2128592.patch
parent174c9fbfa14a4586c02743860de25baa416804e5 (diff)
automatic import of libsbml
Diffstat (limited to 'libsbml-rhbz_2128592.patch')
-rw-r--r--libsbml-rhbz_2128592.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/libsbml-rhbz_2128592.patch b/libsbml-rhbz_2128592.patch
deleted file mode 100644
index 53126a5..0000000
--- a/libsbml-rhbz_2128592.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -up libSBML-5.19.0-Source/examples/python/append_to_note.py.swig libSBML-5.19.0-Source/examples/python/append_to_note.py
---- libSBML-5.19.0-Source/examples/python/append_to_note.py.swig 2022-09-20 11:29:15.703578074 +0200
-+++ libSBML-5.19.0-Source/examples/python/append_to_note.py 2022-09-20 11:29:51.020806478 +0200
-@@ -75,7 +75,7 @@
- exit(4)
- print ("Body before change: ")
- print (body.toXMLString())
-- body.addChild(libsbml.XMLNode_convertStringToXMLNode(stringToAdd))
-+ body.addChild(libsbml.XMLNode.convertStringToXMLNode(stringToAdd))
- print ("\nBody after change: ")
- print (body.toXMLString())
-