Skip to content

Commit

Permalink
SED-ML support: specifically create an L1V4 SED-ML document (opencor#…
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Apr 3, 2019
1 parent 15d7ff2 commit 6c41a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/plugins/support/SEDMLSupport/src/sedmlfile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ bool SedmlFile::load()

mLoadingNeeded = false;

// Create a new SED-ML document, if needed, or try to load our file
// Create a new L1V4 SED-ML document, if needed, or try to load our file

mSedmlDocument = mNew?
new libsedml::SedDocument():
new libsedml::SedDocument(1, 4):
libsedml::readSedML(mFileName.toUtf8().constData());

return !hasErrors();
Expand Down

0 comments on commit 6c41a88

Please # to comment.