Closed BlackEdder closed 6 years ago
Thanks @BlackEdder. Probably related to your other report as you say. Likewise, can you try polymodI1 +polymodI2 as a workaround? Without having looked deeper yet, I suspect the issue is related to the subexpression appearing in the matrix-vector product.
The issue also occurred with a simpler model, where I just used polymod*I
Closing this for inactivity. Matrix/vector operations of this sort are currently not supported in ode
blocks.
My model involves taking the dot product in to ODE equations, but that currently fails to compile. The relevant lines is:
where polymod is a matrix and I1 and I2 are vectors. Moving this outside of the ode block works. The same problem has been reported on the mailinglist. @sbfnk told me that it did use to work in previous versions.
The relevant part of make.log