Skip to content

Commit

Permalink
add packages to converter
Browse files Browse the repository at this point in the history
  • Loading branch information
0u812 committed Feb 7, 2017
1 parent 610b3e7 commit fbfa6a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/conservation/ConservedMoietyConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ int ConservedMoietyConverter::convert()
ns.addNamespace("http://www.sbml.org/sbml/level3/version1/fbc/version2", "fbc");
if (mDocument->isPackageURIEnabled("http://www.sbml.org/sbml/level3/version1/fbc/version1"))
ns.addNamespace("http://www.sbml.org/sbml/level3/version1/fbc/version1", "fbc");
if (mDocument->isPackageURIEnabled("http://www.sbml.org/sbml/level3/version1/layout/version1"))
ns.addNamespace("http://www.sbml.org/sbml/level3/version1/layout/version1", "layout");
if (mDocument->isPackageURIEnabled("http://www.sbml.org/sbml/level3/version1/render/version1"))
ns.addNamespace("http://www.sbml.org/sbml/level3/version1/render/version1", "render");
resultDoc = new SBMLDocument(&ns);

ConservationDocumentPlugin *docPlugin = dynamic_cast<ConservationDocumentPlugin*>
Expand Down

0 comments on commit fbfa6a0

Please sign in to comment.