Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 27, 2019
1 parent 1d7f062 commit 9d03e24
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/plugins/support/SimulationSupport/src/simulation.cpp
Expand Up @@ -1401,9 +1401,8 @@ Simulation::~Simulation()
QString Simulation::furtherInitialize() const
{
// Initialise ourself from a SED-ML document
// Note #1: this is used by our Python wrapper...
// Note #2: make sure that this is in relative sync with
// SimulationExperimentViewSimulationWidget::furtherInitialize()...
// Note: make sure that this is in relative sync with
// SimulationExperimentViewSimulationWidget::furtherInitialize()...

libsedml::SedDocument *sedmlDocument = sedmlFile()->sedmlDocument();
auto sedmlUniformTimeCourse = static_cast<libsedml::SedUniformTimeCourse *>(sedmlDocument->getSimulation(0));
Expand Down

0 comments on commit 9d03e24

Please sign in to comment.