Codebase list libsbml / b316bb1
New upstream version Andreas Tille 6 years ago
6 changed file(s) with 116 addition(s) and 110 deletion(s). Raw diff Collapse all Expand all
0 libsbml (5.15.2+dfsg-1) UNRELEASED; urgency=medium
1
2 * New upstream version
3
4 -- Andreas Tille <tille@debian.org> Mon, 07 Aug 2017 18:21:52 +0200
5
06 libsbml (5.13.0+dfsg-1) unstable; urgency=medium
17
28 * New upstream version
2727
2828 --- a/src/bindings/matlab/Makefile.in
2929 +++ b/src/bindings/matlab/Makefile.in
30 @@ -150,7 +150,7 @@ endif
30 @@ -156,7 +156,7 @@ endif
3131 # is really necessary, but it seems prudent.
3232
3333 define matlabrun
3838
3939 --- a/src/bindings/perl/Makefile.in
4040 +++ b/src/bindings/perl/Makefile.in
41 @@ -178,6 +178,7 @@ ifeq (GCC,$(findstring GCC,$(shell $(CXX
41 @@ -180,6 +180,7 @@ ifeq (GCC,$(findstring GCC,$(shell $(CXX
4242 CXXFLAGS += -fno-strict-aliasing
4343 endif
4444
88
99 --- a/src/bindings/perl/CMakeLists.txt
1010 +++ b/src/bindings/perl/CMakeLists.txt
11 @@ -168,6 +168,12 @@ if (LIBSBML_REMOVE_WRAPPERS)
11 @@ -176,6 +176,12 @@ if (LIBSBML_REMOVE_WRAPPERS)
1212 endforeach()
1313 endif(LIBSBML_REMOVE_WRAPPERS)
1414
1313 CC => "@CXX@",
1414 --- a/src/bindings/perl/CMakeLists.txt
1515 +++ b/src/bindings/perl/CMakeLists.txt
16 @@ -224,7 +224,13 @@ Could not determine Perl version, please
16 @@ -232,7 +232,13 @@ Could not determine Perl version, please
1717 string(REPLACE "'" "" PERL_PLATFORM ${PERL_PLATFORM})
1818 string(REPLACE ";" "" PERL_PLATFORM ${PERL_PLATFORM})
1919 string(REPLACE "archname=" "" PERL_PLATFORM ${PERL_PLATFORM})
5656 * reported by the underlying operating system. Callers can check for these
5757 * situations using a program fragment such as the following:
5858 * @if cpp
59 @@ -4917,7 +4917,7 @@ void example (SBase sb)
59 @@ -5681,7 +5681,7 @@ void example (SBase sb)
6060 * Hierarchical %Model Composition (&ldquo;comp&rdquo;) package, and
6161 * extracted parts of that model in order to construct a new model in
6262 * memory. The new, in-memory model will not accept a component drawn from
6565 * You could reconstruct the same namespaces in the in-memory model first,
6666 * but as a shortcut, you could also disable the package namespace on the
6767 * object being added. Here is a code example to help clarify this:
68 @@ -56612,7 +56612,7 @@ on yyyy-MM-dd HH:mm with libSBML version
68 @@ -63406,7 +63406,7 @@ on yyyy-MM-dd HH:mm with libSBML version
6969 <td class=\'s-error\'></td>
7070 </tr>
7171 <tr><td class=\'code\'>@link libsbml#CompNoMultipleReferences CompNoMultipleReferences@endlink</td>
7474 <td class=\'s-na\'></td>
7575 <td class=\'s-na\'></td>
7676 <td class=\'s-na\'></td>
77 @@ -56972,7 +56972,7 @@ on yyyy-MM-dd HH:mm with libSBML version
77 @@ -63802,7 +63802,7 @@ on yyyy-MM-dd HH:mm with libSBML version
7878 <td class=\'s-error\'></td>
7979 </tr>
8080 <tr><td class=\'code\'>@link libsbml#CompDeprecatedReplaceFunction CompDeprecatedReplaceFunction@endlink</td>
8383 <td class=\'s-na\'></td>
8484 <td class=\'s-na\'></td>
8585 <td class=\'s-na\'></td>
86 @@ -66948,7 +66948,7 @@ if (doc->getLevel() == 2)
86 @@ -75118,7 +75118,7 @@ if (doc->getLevel() == 2)
8787 * <h3><a class=\'anchor\' name=\'math-history\'>Historical notes</a></h3>
8888 *
8989 * Readers may wonder why this part of libSBML uses a seemingly less
9494 * and MathML, coupled with the desire to maintain stability and backward
9595 --- a/src/bindings/java/java-files/org/sbml/libsbml/ASTNode.java
9696 +++ b/src/bindings/java/java-files/org/sbml/libsbml/ASTNode.java
97 @@ -211,7 +211,7 @@ defined in SBML.
97 @@ -244,7 +244,7 @@ defined in SBML.
9898 * <h3><a class='anchor' name='math-history'>Historical notes</a></h3>
9999 <p>
100100 * Readers may wonder why this part of libSBML uses a seemingly less
105105 * and MathML, coupled with the desire to maintain stability and backward
106106 --- a/src/bindings/java/java-files/org/sbml/libsbml/SBMLError.java
107107 +++ b/src/bindings/java/java-files/org/sbml/libsbml/SBMLError.java
108 @@ -5350,7 +5350,7 @@ defined in SBML.
108 @@ -6166,7 +6166,7 @@ defined in SBML.
109109 <td class='s-error'></td>
110110 </tr>
111111 <tr><td class='code'>{@link libsbmlConstants#CompNoMultipleReferences CompNoMultipleReferences}</td>
114114 <td class='s-na'></td>
115115 <td class='s-na'></td>
116116 <td class='s-na'></td>
117 @@ -5710,7 +5710,7 @@ defined in SBML.
117 @@ -6562,7 +6562,7 @@ defined in SBML.
118118 <td class='s-error'></td>
119119 </tr>
120120 <tr><td class='code'>{@link libsbmlConstants#CompDeprecatedReplaceFunction CompDeprecatedReplaceFunction}</td>
145145 <p>
146146 --- a/src/bindings/java/java-files/org/sbml/libsbml/SBase.java
147147 +++ b/src/bindings/java/java-files/org/sbml/libsbml/SBase.java
148 @@ -3015,7 +3015,7 @@ void example (SBase sb)
148 @@ -3726,7 +3726,7 @@ void example (SBase sb)
149149 * Hierarchical Model Composition (&ldquo;comp&rdquo;) package, and
150150 * extracted parts of that model in order to construct a new model in
151151 * memory. The new, in-memory model will not accept a component drawn from
156156 * object being added. Here is a code example to help clarify this:
157157 --- a/src/bindings/java/java-files/org/sbml/libsbml/libsbml.java
158158 +++ b/src/bindings/java/java-files/org/sbml/libsbml/libsbml.java
159 @@ -593,7 +593,7 @@ public class libsbml implements libsbmlC
159 @@ -606,7 +606,7 @@ public class libsbml implements libsbmlC
160160 * appear first. The error code can provide a clue about what
161161 * happened. For example, a file might be unreadable (either because it does
162162 * not actually exist or because the user does not have the necessary access
165165 * reported by the underlying operating system. Callers can check for these
166166 * situations using a program fragment such as the following:
167167 <p>
168 @@ -669,7 +669,7 @@ if (doc.getNumErrors() &gt; 0)
168 @@ -682,7 +682,7 @@ if (doc.getNumErrors() &gt; 0)
169169 * appear first. The error code can provide a clue about what
170170 * happened. For example, a file might be unreadable (either because it does
171171 * not actually exist or because the user does not have the necessary access
212212 * reported by the underlying operating system. Callers can check for these
213213 * situations using a program fragment such as the following:
214214 <p>
215 @@ -4268,7 +4268,7 @@ void example (SBase sb)
215 @@ -4984,7 +4984,7 @@ void example (SBase sb)
216216 * Hierarchical Model Composition (&ldquo;comp&rdquo;) package, and
217217 * extracted parts of that model in order to construct a new model in
218218 * memory. The new, in-memory model will not accept a component drawn from
221221 * You could reconstruct the same namespaces in the in-memory model first,
222222 * but as a shortcut, you could also disable the package namespace on the
223223 * object being added. Here is a code example to help clarify this:
224 @@ -53291,7 +53291,7 @@ defined in SBML.
224 @@ -59490,7 +59490,7 @@ defined in SBML.
225225 <td class=\'s-error\'></td>
226226 </tr>
227227 <tr><td class=\'code\'>{@link libsbmlConstants#CompNoMultipleReferences CompNoMultipleReferences}</td>
230230 <td class=\'s-na\'></td>
231231 <td class=\'s-na\'></td>
232232 <td class=\'s-na\'></td>
233 @@ -53651,7 +53651,7 @@ defined in SBML.
233 @@ -59886,7 +59886,7 @@ defined in SBML.
234234 <td class=\'s-error\'></td>
235235 </tr>
236236 <tr><td class=\'code\'>{@link libsbmlConstants#CompDeprecatedReplaceFunction CompDeprecatedReplaceFunction}</td>
239239 <td class=\'s-na\'></td>
240240 <td class=\'s-na\'></td>
241241 <td class=\'s-na\'></td>
242 @@ -62461,7 +62461,7 @@ defined in SBML.
242 @@ -70026,7 +70026,7 @@ defined in SBML.
243243 * <h3><a class=\'anchor\' name=\'math-history\'>Historical notes</a></h3>
244244 <p>
245245 * Readers may wonder why this part of libSBML uses a seemingly less
250250 * and MathML, coupled with the desire to maintain stability and backward
251251 --- a/src/bindings/perl/LibSBML.pm
252252 +++ b/src/bindings/perl/LibSBML.pm
253 @@ -2591,7 +2591,7 @@ application read an SBML document contai
253 @@ -2645,7 +2645,7 @@ application read an SBML document contai
254254 Hierarchical Model Composition (&ldquo;comp&rdquo;) package, and
255255 extracted parts of that model in order to construct a new model in
256256 memory. The new, in-memory model will not accept a component drawn from
259259 You could reconstruct the same namespaces in the in-memory model first,
260260 but as a shortcut, you could also disable the package namespace on the
261261 object being added. Here is a code example to help clarify this:
262 @@ -33633,7 +33633,7 @@ ASTNode} and @sbmlfunction{parseL3Formul
263 explanations of the infix syntax they accept.
262 @@ -34380,7 +34380,7 @@ as if an invalid variable name was used.
263 attribute for the package in question must be set to "true".
264264 <h3><a class="anchor" name="math-history">Historical notes</a></h3>
265265 Readers may wonder why this part of libSBML uses a seemingly less
266266 -object-oriented design than other parts. Originally, much of libSBML was
270270 and MathML, coupled with the desire to maintain stability and backward
271271 --- a/src/bindings/perl/LibSBML.pod
272272 +++ b/src/bindings/perl/LibSBML.pod
273 @@ -2578,7 +2578,7 @@ application read an SBML document contai
273 @@ -2632,7 +2632,7 @@ application read an SBML document contai
274274 Hierarchical Model Composition (&ldquo;comp&rdquo;) package, and
275275 extracted parts of that model in order to construct a new model in
276276 memory. The new, in-memory model will not accept a component drawn from
279279 You could reconstruct the same namespaces in the in-memory model first,
280280 but as a shortcut, you could also disable the package namespace on the
281281 object being added. Here is a code example to help clarify this:
282 @@ -33620,7 +33620,7 @@ ASTNode} and @sbmlfunction{parseL3Formul
283 explanations of the infix syntax they accept.
282 @@ -34367,7 +34367,7 @@ as if an invalid variable name was used.
283 attribute for the package in question must be set to "true".
284284 <h3><a class="anchor" name="math-history">Historical notes</a></h3>
285285 Readers may wonder why this part of libSBML uses a seemingly less
286286 -object-oriented design than other parts. Originally, much of libSBML was
290290 and MathML, coupled with the desire to maintain stability and backward
291291 --- a/src/bindings/python/libsbml-doxygen.py
292292 +++ b/src/bindings/python/libsbml-doxygen.py
293 @@ -1188,7 +1188,7 @@ class SBMLReader(_object):
293 @@ -1202,7 +1202,7 @@ class SBMLReader(_object):
294294 enumeration #XMLErrorCode_t)@endif@~ can provide a clue about what
295295 happened. For example, a file might be unreadable (either because it does
296296 not actually exist or because the user does not have the necessary access
299299 reported by the underlying operating system. Callers can check for these
300300 situations using a program fragment such as the following:
301301 @if cpp
302 @@ -1379,7 +1379,7 @@ class SBMLReader(_object):
302 @@ -1393,7 +1393,7 @@ class SBMLReader(_object):
303303 enumeration #XMLErrorCode_t)@endif@~ can provide a clue about what
304304 happened. For example, a file might be unreadable (either because it does
305305 not actually exist or because the user does not have the necessary access
308308 reported by the underlying operating system. Callers can check for these
309309 situations using a program fragment such as the following:
310310 @if cpp
311 @@ -1722,7 +1722,7 @@ def readSBML(*args):
311 @@ -1736,7 +1736,7 @@ def readSBML(*args):
312312 enumeration #XMLErrorCode_t)@endif@~ can provide a clue about what
313313 happened. For example, a file might be unreadable (either because it does
314314 not actually exist or because the user does not have the necessary access
317317 reported by the underlying operating system. Callers can check for these
318318 situations using a program fragment such as the following:
319319 @if cpp
320 @@ -1889,7 +1889,7 @@ def readSBMLFromFile(*args):
320 @@ -1903,7 +1903,7 @@ def readSBMLFromFile(*args):
321321 enumeration #XMLErrorCode_t)@endif@~ can provide a clue about what
322322 happened. For example, a file might be unreadable (either because it does
323323 not actually exist or because the user does not have the necessary access
326326 reported by the underlying operating system. Callers can check for these
327327 situations using a program fragment such as the following:
328328 @if cpp
329 @@ -5566,7 +5566,7 @@ class SBase(_object):
329 @@ -6260,7 +6260,7 @@ class SBase(_object):
330330 Hierarchical %Model Composition (&ldquo;comp&rdquo;) package, and
331331 extracted parts of that model in order to construct a new model in
332332 memory. The new, in-memory model will not accept a component drawn from
335335 You could reconstruct the same namespaces in the in-memory model first,
336336 but as a shortcut, you could also disable the package namespace on the
337337 object being added. Here is a code example to help clarify this:
338 @@ -58581,7 +58581,7 @@ class SBMLError(XMLError):
338 @@ -64936,7 +64936,7 @@ class SBMLError(XMLError):
339339 <td class='s-error'></td>
340340 </tr>
341341 <tr><td class='code'>@link libsbml#CompNoMultipleReferences CompNoMultipleReferences@endlink</td>
344344 <td class='s-na'></td>
345345 <td class='s-na'></td>
346346 <td class='s-na'></td>
347 @@ -58941,7 +58941,7 @@ class SBMLError(XMLError):
347 @@ -65332,7 +65332,7 @@ class SBMLError(XMLError):
348348 <td class='s-error'></td>
349349 </tr>
350350 <tr><td class='code'>@link libsbml#CompDeprecatedReplaceFunction CompDeprecatedReplaceFunction@endlink</td>
353353 <td class='s-na'></td>
354354 <td class='s-na'></td>
355355 <td class='s-na'></td>
356 @@ -69613,7 +69613,7 @@ class ASTNode(ASTBase):
356 @@ -77359,7 +77359,7 @@ class ASTNode(ASTBase):
357357 <h3><a class='anchor' name='math-history'>Historical notes</a></h3>
358358
359359 Readers may wonder why this part of libSBML uses a seemingly less
364364 and MathML, coupled with the desire to maintain stability and backward
365365 --- a/src/bindings/python/libsbml.py
366366 +++ b/src/bindings/python/libsbml.py
367 @@ -812,7 +812,7 @@ def readSBML(*args):
367 @@ -824,7 +824,7 @@ def readSBML(*args):
368368 appear first. The error code can provide a clue about what happened.
369369 For example, a file might be unreadable (either because it does not
370370 actually exist or because the user does not have the necessary access
373373 been reported by the underlying operating system. Callers can check
374374 for these situations using a program fragment such as the following:
375375
376 @@ -1601,7 +1601,7 @@ class SBMLReader(_object):
376 @@ -1699,7 +1699,7 @@ class SBMLReader(_object):
377377 appear first. The error code can provide a clue about what happened.
378378 For example, a file might be unreadable (either because it does not
379379 actually exist or because the user does not have the necessary access
382382 been reported by the underlying operating system. Callers can check
383383 for these situations using a program fragment such as the following:
384384
385 @@ -1681,7 +1681,7 @@ class SBMLReader(_object):
385 @@ -1779,7 +1779,7 @@ class SBMLReader(_object):
386386 appear first. The error code can provide a clue about what happened.
387387 For example, a file might be unreadable (either because it does not
388388 actually exist or because the user does not have the necessary access
391391 been reported by the underlying operating system. Callers can check
392392 for these situations using a program fragment such as the following:
393393
394 @@ -1906,7 +1906,7 @@ def readSBMLFromFile(*args):
394 @@ -2004,7 +2004,7 @@ def readSBMLFromFile(*args):
395395 appear first. The error code can provide a clue about what happened.
396396 For example, a file might be unreadable (either because it does not
397397 actually exist or because the user does not have the necessary access
400400 been reported by the underlying operating system. Callers can check
401401 for these situations using a program fragment such as the following:
402402
403 @@ -50754,7 +50754,7 @@ class SBMLError(XMLError):
404 |CompDeprecatedSBaseRefSpelling |The spelling 'sbaseRef' is deprecated | | | | | | | |
405 |CompSBaseRefMustReferenceObject |An SBaseRef must reference an object. | | | | | | | |
406 |CompSBaseRefMustReferenceOnlyOneObject |An SBaseRef must reference only one other object. | | | | | | | |
407 - |CompNoMultipleReferences |Objects may not be referenced by mutiple SBaseRef constructs. | | | | | | | |
408 + |CompNoMultipleReferences |Objects may not be referenced by multiple SBaseRef constructs. | | | | | | | |
409 |CompPortMustReferenceObject |Port must reference an object | | | | | | | |
410 |CompPortMustReferenceOnlyOneObject |Port must reference only one other object. | | | | | | | |
411 |CompPortAllowedAttributes |Allowed attributes on a Port | | | | | | | |
412 @@ -50790,7 +50790,7 @@ class SBMLError(XMLError):
413 |CompFlatteningNotImplementedReqd |Flattening not implemented for required package. | | | | | | | |
414 |CompFlatteningWarning |Flattening reference may come from package. | | | | | | | |
415 |CompDeprecatedDeleteFunction |The performDeletions functions is deprecated. | | | | | | | |
416 - |CompDeprecatedReplaceFunction |The performReplacementsAndConversions fuctions is deprecated. | | | | | | | |
417 + |CompDeprecatedReplaceFunction |The performReplacementsAndConversions functions is deprecated. | | | | | | | |
418 |CompDeletedReplacement |Element deleted before a subelement could be replaced. | | | | | | | |
419 |CompIdRefMayReferenceUnknownPackage |The 'comp:idRef' attribute must be the 'id' of a model element | | | | | | | |
420 |CompMetaIdRefMayReferenceUnknownPkg |The 'comp:metaIdRef' attribute must be the 'metaid' of a model element | | | | | | | |
421 @@ -57539,7 +57539,7 @@ class ASTNode(ASTBase):
403 @@ -56002,7 +56002,7 @@ class SBMLError(XMLError):
404 |CompDeprecatedSBaseRefSpelling |The spelling 'sbaseRef' is deprecated | | | | | | | | |
405 |CompSBaseRefMustReferenceObject |An SBaseRef must reference an object. | | | | | | | | |
406 |CompSBaseRefMustReferenceOnlyOneObject |An SBaseRef must reference only one other object. | | | | | | | | |
407 - |CompNoMultipleReferences |Objects may not be referenced by mutiple SBaseRef constructs. | | | | | | | | |
408 + |CompNoMultipleReferences |Objects may not be referenced by multiple SBaseRef constructs. | | | | | | | | |
409 |CompPortMustReferenceObject |Port must reference an object | | | | | | | | |
410 |CompPortMustReferenceOnlyOneObject |Port must reference only one other object. | | | | | | | | |
411 |CompPortAllowedAttributes |Allowed attributes on a Port | | | | | | | | |
412 @@ -56038,7 +56038,7 @@ class SBMLError(XMLError):
413 |CompFlatteningNotImplementedReqd |Flattening not implemented for required package. | | | | | | | | |
414 |CompFlatteningWarning |Flattening reference may come from package. | | | | | | | | |
415 |CompDeprecatedDeleteFunction |The performDeletions functions is deprecated. | | | | | | | | |
416 - |CompDeprecatedReplaceFunction |The performReplacementsAndConversions fuctions is deprecated. | | | | | | | | |
417 + |CompDeprecatedReplaceFunction |The performReplacementsAndConversions fucntions is deprecated. | | | | | | | | |
418 |CompDeletedReplacement |Element deleted before a subelement could be replaced. | | | | | | | | |
419 |CompIdRefMayReferenceUnknownPackage |The 'comp:idRef' attribute must be the 'id' of a model element | | | | | | | | |
420 |CompMetaIdRefMayReferenceUnknownPkg |The 'comp:metaIdRef' attribute must be the 'metaid' of a model element | | | | | | | | |
421 @@ -63070,7 +63070,7 @@ class ASTNode(ASTBase):
422422 ......................................................................
423423
424424 Readers may wonder why this part of libSBML uses a seemingly less
429429 AST and MathML, coupled with the desire to maintain stability and
430430 --- a/src/bindings/python/libsbml_wrap.cpp
431431 +++ b/src/bindings/python/libsbml_wrap.cpp
432 @@ -119949,7 +119949,7 @@ static PyMethodDef SwigMethods[] = {
432 @@ -123366,7 +123366,7 @@ static PyMethodDef SwigMethods[] = {
433433 "appear first. The error code can provide a clue about what happened.\n"
434434 "For example, a file might be unreadable (either because it does not\n"
435435 "actually exist or because the user does not have the necessary access\n"
438438 "been reported by the underlying operating system. Callers can check\n"
439439 "for these situations using a program fragment such as the following:\n"
440440 "\n"
441 @@ -120030,7 +120030,7 @@ static PyMethodDef SwigMethods[] = {
441 @@ -123447,7 +123447,7 @@ static PyMethodDef SwigMethods[] = {
442442 "appear first. The error code can provide a clue about what happened.\n"
443443 "For example, a file might be unreadable (either because it does not\n"
444444 "actually exist or because the user does not have the necessary access\n"
447447 "been reported by the underlying operating system. Callers can check\n"
448448 "for these situations using a program fragment such as the following:\n"
449449 "\n"
450 @@ -120191,7 +120191,7 @@ static PyMethodDef SwigMethods[] = {
450 @@ -123608,7 +123608,7 @@ static PyMethodDef SwigMethods[] = {
451451 "appear first. The error code can provide a clue about what happened.\n"
452452 "For example, a file might be unreadable (either because it does not\n"
453453 "actually exist or because the user does not have the necessary access\n"
458458 "\n"
459459 --- a/src/bindings/python/local.i
460460 +++ b/src/bindings/python/local.i
461 @@ -560,7 +560,7 @@ SBMLReader::readSBML(const std::string&)
461 @@ -567,7 +567,7 @@ SBMLReader::readSBML(const std::string&)
462462 appear first. The error code can provide a clue about what happened.
463463 For example, a file might be unreadable (either because it does not
464464 actually exist or because the user does not have the necessary access
467467 been reported by the underlying operating system. Callers can check
468468 for these situations using a program fragment such as the following:
469469
470 @@ -643,7 +643,7 @@ SBMLReader::readSBMLFromFile(const std::
470 @@ -650,7 +650,7 @@ SBMLReader::readSBMLFromFile(const std::
471471 appear first. The error code can provide a clue about what happened.
472472 For example, a file might be unreadable (either because it does not
473473 actually exist or because the user does not have the necessary access
476476 been reported by the underlying operating system. Callers can check
477477 for these situations using a program fragment such as the following:
478478
479 @@ -724,7 +724,7 @@ def readSBML(*args):
479 @@ -731,7 +731,7 @@ def readSBML(*args):
480480 appear first. The error code can provide a clue about what happened.
481481 For example, a file might be unreadable (either because it does not
482482 actually exist or because the user does not have the necessary access
523523 reported by the underlying operating system. Callers can check for these
524524 situations using a program fragment such as the following:
525525 @if cpp
526 @@ -4067,7 +4067,7 @@ application read an SBML document contai
526 @@ -4735,7 +4735,7 @@ application read an SBML document contai
527527 Hierarchical %Model Composition (&ldquo;comp&rdquo;) package, and
528528 extracted parts of that model in order to construct a new model in
529529 memory. The new, in-memory model will not accept a component drawn from
532532 You could reconstruct the same namespaces in the in-memory model first,
533533 but as a shortcut, you could also disable the package namespace on the
534534 object being added. Here is a code example to help clarify this:
535 @@ -51075,7 +51075,7 @@ from libSBML core.@endif
535 @@ -57184,7 +57184,7 @@ from libSBML core.@endif
536536 <td class=\'s-error\'></td>
537537 </tr>
538538 <tr><td class=\'code\'>@link libsbml#CompNoMultipleReferences CompNoMultipleReferences@endlink</td>
541541 <td class=\'s-na\'></td>
542542 <td class=\'s-na\'></td>
543543 <td class=\'s-na\'></td>
544 @@ -51435,7 +51435,7 @@ from libSBML core.@endif
544 @@ -57580,7 +57580,7 @@ from libSBML core.@endif
545545 <td class=\'s-error\'></td>
546546 </tr>
547547 <tr><td class=\'code\'>@link libsbml#CompDeprecatedReplaceFunction CompDeprecatedReplaceFunction@endlink</td>
550550 <td class=\'s-na\'></td>
551551 <td class=\'s-na\'></td>
552552 <td class=\'s-na\'></td>
553 @@ -60481,7 +60481,7 @@ explanations of the infix syntax they ac
553 @@ -67956,7 +67956,7 @@ attribute for the package in question mu
554554 <h3><a class=\'anchor\' name=\'math-history\'>Historical notes</a></h3>
555555
556556 Readers may wonder why this part of libSBML uses a seemingly less
597597 been reported by the underlying operating system. Callers can check
598598 for these situations using a program fragment such as the following:
599599
600 @@ -41952,7 +41952,7 @@ If the name of a code does not begin wit
601 |CompDeprecatedSBaseRefSpelling |The spelling 'sbaseRef' is deprecated | | | | | | | |
602 |CompSBaseRefMustReferenceObject |An SBaseRef must reference an object. | | | | | | | |
603 |CompSBaseRefMustReferenceOnlyOneObject |An SBaseRef must reference only one other object. | | | | | | | |
604 - |CompNoMultipleReferences |Objects may not be referenced by mutiple SBaseRef constructs. | | | | | | | |
605 + |CompNoMultipleReferences |Objects may not be referenced by multiple SBaseRef constructs. | | | | | | | |
606 |CompPortMustReferenceObject |Port must reference an object | | | | | | | |
607 |CompPortMustReferenceOnlyOneObject |Port must reference only one other object. | | | | | | | |
608 |CompPortAllowedAttributes |Allowed attributes on a Port | | | | | | | |
609 @@ -41988,7 +41988,7 @@ If the name of a code does not begin wit
610 |CompFlatteningNotImplementedReqd |Flattening not implemented for required package. | | | | | | | |
611 |CompFlatteningWarning |Flattening reference may come from package. | | | | | | | |
612 |CompDeprecatedDeleteFunction |The performDeletions functions is deprecated. | | | | | | | |
613 - |CompDeprecatedReplaceFunction |The performReplacementsAndConversions fuctions is deprecated. | | | | | | | |
614 + |CompDeprecatedReplaceFunction |The performReplacementsAndConversions functions is deprecated. | | | | | | | |
615 |CompDeletedReplacement |Element deleted before a subelement could be replaced. | | | | | | | |
616 |CompIdRefMayReferenceUnknownPackage |The 'comp:idRef' attribute must be the 'id' of a model element | | | | | | | |
617 |CompMetaIdRefMayReferenceUnknownPkg |The 'comp:metaIdRef' attribute must be the 'metaid' of a model element | | | | | | | |
618 @@ -46983,7 +46983,7 @@ Historical notes
600 @@ -46872,7 +46872,7 @@ If the name of a code does not begin wit
601 |CompDeprecatedSBaseRefSpelling |The spelling 'sbaseRef' is deprecated | | | | | | | | |
602 |CompSBaseRefMustReferenceObject |An SBaseRef must reference an object. | | | | | | | | |
603 |CompSBaseRefMustReferenceOnlyOneObject |An SBaseRef must reference only one other object. | | | | | | | | |
604 - |CompNoMultipleReferences |Objects may not be referenced by mutiple SBaseRef constructs. | | | | | | | | |
605 + |CompNoMultipleReferences |Objects may not be referenced by multiple SBaseRef constructs. | | | | | | | | |
606 |CompPortMustReferenceObject |Port must reference an object | | | | | | | | |
607 |CompPortMustReferenceOnlyOneObject |Port must reference only one other object. | | | | | | | | |
608 |CompPortAllowedAttributes |Allowed attributes on a Port | | | | | | | | |
609 @@ -46908,7 +46908,7 @@ If the name of a code does not begin wit
610 |CompFlatteningNotImplementedReqd |Flattening not implemented for required package. | | | | | | | | |
611 |CompFlatteningWarning |Flattening reference may come from package. | | | | | | | | |
612 |CompDeprecatedDeleteFunction |The performDeletions functions is deprecated. | | | | | | | | |
613 - |CompDeprecatedReplaceFunction |The performReplacementsAndConversions fuctions is deprecated. | | | | | | | | |
614 + |CompDeprecatedReplaceFunction |The performReplacementsAndConversions functions is deprecated. | | | | | | | | |
615 |CompDeletedReplacement |Element deleted before a subelement could be replaced. | | | | | | | | |
616 |CompIdRefMayReferenceUnknownPackage |The 'comp:idRef' attribute must be the 'id' of a model element | | | | | | | | |
617 |CompMetaIdRefMayReferenceUnknownPkg |The 'comp:metaIdRef' attribute must be the 'metaid' of a model element | | | | | | | | |
618 @@ -52160,7 +52160,7 @@ Historical notes
619619 ......................................................................
620620
621621 Readers may wonder why this part of libSBML uses a seemingly less
637637 * @if cpp
638638 --- a/src/sbml/SBase.h
639639 +++ b/src/sbml/SBase.h
640 @@ -2785,7 +2785,7 @@ s.setNotes("<body xmlns='http://www.w3.o
640 @@ -2753,7 +2753,7 @@ s.setNotes("<body xmlns='http://www.w3.o
641641 * Hierarchical %Model Composition (&ldquo;comp&rdquo;) package, and
642642 * extracted parts of that model in order to construct a new model in
643643 * memory. The new, in-memory model will not accept a component drawn from
648648 * object being added. Here is a code example to help clarify this:
649649 --- a/src/sbml/common/common-sbmlerror-codes.h
650650 +++ b/src/sbml/common/common-sbmlerror-codes.h
651 @@ -5197,7 +5197,7 @@
651 @@ -6013,7 +6013,7 @@
652652 <td class="s-error"></td>
653653 </tr>
654654 <tr><td class="code">@sbmlconstant{CompNoMultipleReferences, SBMLErrorCode_t}</td>
657657 <td class="s-na"></td>
658658 <td class="s-na"></td>
659659 <td class="s-na"></td>
660 @@ -5557,7 +5557,7 @@
660 @@ -6409,7 +6409,7 @@
661661 <td class="s-error"></td>
662662 </tr>
663663 <tr><td class="code">@sbmlconstant{CompDeprecatedReplaceFunction, SBMLErrorCode_t}</td>
668668 <td class="s-na"></td>
669669 --- a/src/sbml/math/ASTNode.h
670670 +++ b/src/sbml/math/ASTNode.h
671 @@ -71,7 +71,7 @@
671 @@ -89,7 +89,7 @@
672672 * <h3><a class="anchor" name="math-history">Historical notes</a></h3>
673673 *
674674 * Readers may wonder why this part of libSBML uses a seemingly less
728728 *
729729 * @param node the XMLNode object reference that describes the ColorDefinition
730730 * object to be instantiated.
731 @@ -634,7 +634,7 @@ bool ColorDefinition::accept (SBMLVisito
731 @@ -636,7 +636,7 @@ bool ColorDefinition::accept (SBMLVisito
732732 * The XMLNode object has to contain a valid XML representation of a
733733 * ListOfColorDefinitions object as defined in the render extension specification.
734734 * This method is normally called when render information is read from a file and
830830 *
831831 * @param node the XMLNode object reference that describes the GradientBase
832832 * object to be instantiated.
833 @@ -733,7 +733,7 @@ bool GradientBase::accept (SBMLVisitor&
833 @@ -736,7 +736,7 @@ bool GradientBase::accept (SBMLVisitor&
834834 * The XMLNode object has to contain a valid XML representation of a
835835 * ListOfGradientDefinitions object as defined in the render extension specification.
836836 * This method is normally called when render information is read from a file and
901901 * object to be instantiated.
902902 --- a/src/sbml/packages/render/sbml/GraphicalPrimitive1D.cpp
903903 +++ b/src/sbml/packages/render/sbml/GraphicalPrimitive1D.cpp
904 @@ -113,7 +113,7 @@ GraphicalPrimitive1D::~GraphicalPrimitiv
904 @@ -114,7 +114,7 @@ GraphicalPrimitive1D::~GraphicalPrimitiv
905905 * The XMLNode object has to contain a valid XML representation of a
906906 * GraphicalPrimitive1D object as defined in the render extension specification.
907907 * This method is normally called when render information is read from a file and
972972 *
973973 * @param node the XMLNode object reference that describes the Image
974974 * object to be instantiated.
975 @@ -347,7 +347,7 @@ const std::string& Image::getImageRefere
975 @@ -349,7 +349,7 @@ const std::string& Image::getImageRefere
976976 /** @cond doxygenLibsbmlInternal */
977977 /*
978978 * Sets the position of the image relative to its viewport.
981981 * or a combination of both.
982982 * The z coordinatee can be omitted. In that case it is set to 0.
983983 *
984 @@ -366,7 +366,7 @@ void Image::setCoordinates(const RelAbsV
984 @@ -368,7 +368,7 @@ void Image::setCoordinates(const RelAbsV
985985 /** @cond doxygenLibsbmlInternal */
986986 /*
987987 * Sets the x coordinate of the image position.
990990 * or a combination of both.
991991 *
992992 * @param x x coordinate of the image position
993 @@ -380,7 +380,7 @@ void Image::setX(const RelAbsVector& coo
993 @@ -382,7 +382,7 @@ void Image::setX(const RelAbsVector& coo
994994 /** @cond doxygenLibsbmlInternal */
995995 /*
996996 * Sets the y coordinate of the image position.
999999 * or a combination of both.
10001000 *
10011001 * @param y y coordinate of the image position
1002 @@ -394,7 +394,7 @@ void Image::setY(const RelAbsVector& coo
1002 @@ -396,7 +396,7 @@ void Image::setY(const RelAbsVector& coo
10031003 /** @cond doxygenLibsbmlInternal */
10041004 /*
10051005 * Sets the z coordinate of the image position.
13241324 * object to be instantiated.
13251325 --- a/src/sbml/packages/render/sbml/RenderInformationBase.cpp
13261326 +++ b/src/sbml/packages/render/sbml/RenderInformationBase.cpp
1327 @@ -307,9 +307,9 @@ void RenderInformationBase::setProgramVe
1327 @@ -308,9 +308,9 @@ void RenderInformationBase::setProgramVe
13281328 * Global render information objects can only reference other global
13291329 * render information objects, local render information objects can reference other local
13301330 * render information objects from the same list of local render information or other
13361336 */
13371337 const std::string& RenderInformationBase::getReferenceRenderInformationId() const
13381338 {
1339 @@ -320,10 +320,10 @@ const std::string& RenderInformationBase
1339 @@ -321,10 +321,10 @@ const std::string& RenderInformationBase
13401340 /** @cond doxygenLibsbmlInternal */
13411341 /*
13421342 * Sets the id of the referenced render information object.
13981398 * object to be instantiated.
13991399 --- a/src/sbml/packages/render/sbml/Style.cpp
14001400 +++ b/src/sbml/packages/render/sbml/Style.cpp
1401 @@ -553,7 +553,7 @@ const std::string& Style::getElementName
1401 @@ -555,7 +555,7 @@ const std::string& Style::getElementName
14021402 * The XMLNode object has to contain a valid XML representation of a
14031403 * Style object as defined in the render extension specification.
14041404 * This method is normally called when render information is read from a file and
101101
102102 ASTBase ab = new ASTBase(cPtr,false);
103103 switch( ab.getTypeCode() )
104 @@ -672,23 +672,23 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
104 @@ -712,23 +712,23 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
105105
106106 %typemap(csbody) TYPENAME
107107 %{
132132
133133 if (obj != null)
134134 {
135 @@ -705,22 +705,22 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
135 @@ -745,22 +745,22 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
136136
137137 %typemap(csbody_derived) TYPENAME
138138 %{
162162
163163 if (obj != null)
164164 {
165 @@ -736,22 +736,22 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
165 @@ -776,22 +776,22 @@ SWIGEXPORT void SWIGSTDCALL SWIGRegister
166166
167167 %typemap(csbody_derived) TYPENAME
168168 %{
192192
193193 if (obj != null)
194194 {
195 @@ -1016,10 +1016,10 @@ COVARIANT_GETID(InitialAssignment)
195 @@ -1056,10 +1056,10 @@ COVARIANT_GETID(InitialAssignment)
196196 %typemap(csbase) SBMLConstructorException "System.ArgumentException";
197197 %typemap(cscode) SBMLConstructorException
198198 %{
205205 }
206206
207207 public SBMLConstructorException(string v) :
208 @@ -1030,10 +1030,10 @@ COVARIANT_GETID(InitialAssignment)
208 @@ -1070,10 +1070,10 @@ COVARIANT_GETID(InitialAssignment)
209209 %typemap(csbase) XMLConstructorException "System.ArgumentException";
210210 %typemap(cscode) XMLConstructorException
211211 %{
218218 }
219219
220220 public XMLConstructorException(string v) :
221 @@ -1072,7 +1072,7 @@ COVARIANT_GETID(InitialAssignment)
221 @@ -1112,7 +1112,7 @@ COVARIANT_GETID(InitialAssignment)
222222 static CustomExceptionDelegate customDelegate =
223223 new CustomExceptionDelegate(SetPendingCustomException);
224224
227227 public static extern
228228 void CustomExceptionRegisterCallback(CustomExceptionDelegate customCallback);
229229
230 @@ -1424,8 +1424,8 @@ XMLCONSTRUCTOR_EXCEPTION(XMLTripple)
230 @@ -1464,8 +1464,8 @@ XMLCONSTRUCTOR_EXCEPTION(XMLTripple)
231231 %typemap(cstype) List* _FNAME_ %{ _TYPENAME_ ## List %}
232232 %typemap(csout) List* _FNAME_
233233 {
240240 {
241241 --- a/src/bindings/csharp/local-packages-arrays.i
242242 +++ b/src/bindings/csharp/local-packages-arrays.i
243 @@ -30,9 +30,9 @@
243 @@ -39,9 +39,9 @@
244244 */
245245 %typemap(cscode) ArraysExtension
246246 %{
252252
253253 SBasePlugin sbp = new SBasePlugin(cPtr, false);
254254 SBase sb = sbp.getParentSBMLObject();
255 @@ -44,9 +44,9 @@
255 @@ -53,9 +53,9 @@
256256 }
257257 }
258258
278278
279279 SBasePlugin sbp = new SBasePlugin(cPtr, false);
280280 SBase sb = sbp.getParentSBMLObject();
281 @@ -56,9 +56,9 @@
281 @@ -61,9 +61,9 @@
282282 }
283283 }
284284
304304
305305 SBasePlugin sbp = new SBasePlugin(cPtr, false);
306306 SBase sb = sbp.getParentSBMLObject();
307 @@ -52,9 +52,9 @@
307 @@ -57,9 +57,9 @@
308308 }
309309 }
310310
382382
383383 SBasePlugin sbp = new SBasePlugin(cPtr, false);
384384 SBase sb = sbp.getParentSBMLObject();
385 @@ -91,9 +91,9 @@ void SampledField::getUncompressed(int *
385 @@ -96,9 +96,9 @@ void SampledField::getUncompressed(int *
386386 }
387387 }
388388