modelon-community / Assimulo

Assimulo is a simulation package for solving ordinary differential equations.
https://jmodelica.org/assimulo/index.html
GNU Lesser General Public License v3.0
66 stars 16 forks source link

Bugfix for Radau-refactorization: do not skip LU factorization #52

Closed PeterMeisrimelModelon closed 1 year ago

PeterMeisrimelModelon commented 1 year ago

malloc -> calloc change is since valgrind may otherwise detect false positives on if-statements involving uninitialized values.

No changelog entry, since this only fixes an unreleased bug from https://github.com/modelon-community/Assimulo/pull/47