KineticPreProcessor / KPP

The KPP kinetic preprocessor is a software tool that assists the computer simulation of chemical kinetic systems
GNU General Public License v3.0
22 stars 11 forks source link

Matlab bug fix: only add Aout to Fun and Fun_Split for F90 #99

Closed yantosca closed 5 months ago

yantosca commented 5 months ago

This PR implemenmts the fix proposed by @jimmielin in issue #56. Namely, we now declare FUN and FUN_SPLIT with an extra argument (Aout) only for the F90 target language. This should fix the problem described by @jnavarla in #96.