lharri73 / PySimlink

Compile, run, and interact with Simulink models natively in Python. https://lharri73.github.io/PySimlink/
GNU General Public License v3.0
15 stars 4 forks source link

rtw_matlogging.h Should be removed from all includes #8

Closed lharri73 closed 1 year ago

lharri73 commented 1 year ago

It's not required if matlogging is disabled (also not present and causes a compiler error). It is required when logging is enabled because we have to stop logging, otherwise there's a memory leak.