|
From: <sar...@us...> - 2014-09-25 08:32:35
|
Revision: 21155
http://sourceforge.net/p/sbml/code/21155
Author: sarahkeating
Date: 2014-09-25 08:32:30 +0000 (Thu, 25 Sep 2014)
Log Message:
-----------
Merged revision(s) 21152-21154 from trunk/libsbml:
Modified Paths:
--------------
branches/libsbml-experimental/examples/c++/comp/flattenModelAdvanced.cpp
Property Changed:
----------------
branches/libsbml-experimental/
branches/libsbml-experimental/examples/c++/
Index: branches/libsbml-experimental
===================================================================
--- branches/libsbml-experimental 2014-09-24 11:49:37 UTC (rev 21154)
+++ branches/libsbml-experimental 2014-09-25 08:32:30 UTC (rev 21155)
Property changes on: branches/libsbml-experimental
___________________________________________________________________
Modified: svn:mergeinfo
## -2,4 +2,4 ##
/branches/libsbml-4:9056-10118
/branches/libsbml-5-conversion:14155-14227
/branches/libsbml-ast-plugin:16251-19654
-/trunk/libsbml:18168-18171,18174-18194,18196-18201,18204,18207-18209,18211-18213,18215-18216,18226,18228-18292,18294-18388,18390-18443,18450-18454,18456-18458,18460-18462,18464,18466,18469-18520,18523-18561,18563,18565-18584,18586-18638,18640-18641,18644-18715,18717-18844,18846-19128,19130-19829,19831-21151
+/trunk/libsbml:18168-18171,18174-18194,18196-18201,18204,18207-18209,18211-18213,18215-18216,18226,18228-18292,18294-18388,18390-18443,18450-18454,18456-18458,18460-18462,18464,18466,18469-18520,18523-18561,18563,18565-18584,18586-18638,18640-18641,18644-18715,18717-18844,18846-19128,19130-19829,19831-21154
\ No newline at end of property
Index: branches/libsbml-experimental/examples/c++
===================================================================
--- branches/libsbml-experimental/examples/c++ 2014-09-24 11:49:37 UTC (rev 21154)
+++ branches/libsbml-experimental/examples/c++ 2014-09-25 08:32:30 UTC (rev 21155)
Property changes on: branches/libsbml-experimental/examples/c++
___________________________________________________________________
Modified: svn:mergeinfo
## -1,3 +1,3 ##
/branches/L3Parser/examples/c++:15528-15625,15656-15673
/branches/libsbml-5-conversion/examples/c++:14155-14227
-/trunk/libsbml/examples/c++:2142-12017,18174-18194,18196-18201,18204,18207-18209,18211-18213,18215-18216,18226,18294-18310,18312-18353,18390-18443,18450-18454,18456-18458,18586-18638,18644-18715,18921-18944,18976-19112,19193-19195,19538-19551,19709-19749,19765-19793,19797-19821,19851-19866,19881-19905,19927-19949,21137-21151
+/trunk/libsbml/examples/c++:2142-12017,18174-18194,18196-18201,18204,18207-18209,18211-18213,18215-18216,18226,18294-18310,18312-18353,18390-18443,18450-18454,18456-18458,18586-18638,18644-18715,18921-18944,18976-19112,19193-19195,19538-19551,19709-19749,19765-19793,19797-19821,19851-19866,19881-19905,19927-19949,21137-21154
\ No newline at end of property
Modified: branches/libsbml-experimental/examples/c++/comp/flattenModelAdvanced.cpp
===================================================================
--- branches/libsbml-experimental/examples/c++/comp/flattenModelAdvanced.cpp 2014-09-24 11:49:37 UTC (rev 21154)
+++ branches/libsbml-experimental/examples/c++/comp/flattenModelAdvanced.cpp 2014-09-25 08:32:30 UTC (rev 21155)
@@ -168,7 +168,7 @@
SBMLDocument* document = readSBML(inputFile);
- if (document->getNumErrors() > 0)
+ if (document->getNumErrors(LIBSBML_SEV_ERROR) > 0)
{
cerr << "Encountered the following SBML errors:" << endl;
document->printErrors(cerr);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|