Skip to content
Snippets Groups Projects
Verified Commit 1cc3e3c8 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Fix interaction of temporary terms with steady_state operator

When the same complex expression appears outside and inside a steady_state()
operator, the same temporary term would be used for both cases, which was
obviously wrong.

The fix consists in never substituting temporary terms for expressions inside
the steady_state operator().

Incidentally, this implies that external functions can no longer be used inside
steady_state operators (since their computed values are stored inside temporary
terms).

(manually cherry picked from commit c27342cf)
parent 7bcabed2
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment