Changes

Summary

  1. Simulation support: use OdeSolver::reinitialize() rather than (details)
  2. Simulation solver: slight improvement to our simulation worker. (details)
Commit 54954f718672563c3471de56a5067ae6d4926320 by Alan Garny
Simulation support: use OdeSolver::reinitialize() rather than
OdeSolver::initialize() (#1515).
To use OdeSolver::initialize() works fine, but it's unnecessary and may
result in some memory leaks (e.g. with CVODES).
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)
Commit 3dfb15a202809147888e198c0016d9e2531b19fb by Alan Garny
Simulation solver: slight improvement to our simulation worker.
The file was modified src/plugins/support/SimulationSupport/src/simulationworker.cpp (diff)